• It's recommended to check out the latest log via: the Stats page >> View log >> Tail

PROJECT (event_scrapers), SPIDER (gracefarms)

2026-08-04 18:40:58 [scrapy.utils.log] INFO: Scrapy 2.14.1 started (bot: event_scrapers)
2026-08-04 18:40:58 [scrapy.utils.log] INFO: Versions:
{'lxml': '6.0.2',
 'libxml2': '2.14.6',
 'cssselect': '1.3.0',
 'parsel': '1.10.0',
 'w3lib': '2.0.0',
 'Twisted': '25.5.0',
 'Python': '3.12.3 (main, Jun 19 2026, 12:46:00) [GCC 13.3.0]',
 'pyOpenSSL': '25.3.0 (OpenSSL 3.5.4 30 Sep 2025)',
 'cryptography': '46.0.3',
 'Platform': 'Linux-6.8.0-90-generic-x86_64-with-glibc2.39'}
2026-08-04 18:40:58 [scrapy.crawler] DEBUG: Using AsyncCrawlerProcess
2026-08-04 18:40:58 [asyncio] DEBUG: Using selector: EpollSelector
2026-08-04 18:40:58 [scrapy.addons] INFO: Enabled addons:
[]
2026-08-04 18:40:58 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-08-04 18:40:58 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-08-04 18:40:58 [scrapy.extensions.telnet] INFO: Telnet Password: befe90807c54c521
2026-08-04 18:40:58 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
 'scrapy.extensions.logcount.LogCount',
 'scrapy.extensions.telnet.TelnetConsole',
 'scrapy.extensions.memusage.MemoryUsage',
 'scrapy.extensions.feedexport.FeedExporter',
 'scrapy.extensions.logstats.LogStats']
2026-08-04 18:40:58 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'event_scrapers',
 'FEED_EXPORT_ENCODING': 'utf-8',
 'FEED_URI_PARAMS': <function _feed_uri_params at 0x728e1ad0f380>,
 'LOG_FILE': '/root/event-list-scraping/logs/event_scrapers/gracefarms/41f25bad902311f19d460050565fa5d9.log',
 'NEWSPIDER_MODULE': 'event_scrapers.spiders',
 'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
 'SPIDER_MODULES': ['event_scrapers.spiders']}
2026-08-04 18:40:58 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-04 18:40:58 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with 'ff9baec'
2026-08-04 18:40:58 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
 'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
 'scrapy.downloadermiddlewares.retry.RetryMiddleware',
 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
 'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-08-04 18:40:58 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.start.StartSpiderMiddleware',
 'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
 'scrapy.spidermiddlewares.referer.RefererMiddleware',
 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
 'scrapy.spidermiddlewares.depth.DepthMiddleware',
 'scrapy_zyte_api.ScrapyZyteAPIRefererSpiderMiddleware']
2026-08-04 18:40:58 [scrapy.middleware] INFO: Enabled item pipelines:
['event_scrapers.pipelines.EventScrapersPipeline']
2026-08-04 18:40:58 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:41: ScrapyDeprecationWarning: EventScrapersPipeline.open_spider() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.open_spider)

2026-08-04 18:40:58 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/pipelines/__init__.py:47: ScrapyDeprecationWarning: EventScrapersPipeline.process_item() requires a spider argument, this is deprecated and the argument will not be passed in future Scrapy versions. If you need to access the spider instance you can save the crawler instance passed to from_crawler() and use its spider attribute.
  self._check_mw_method_spider_arg(pipe.process_item)

2026-08-04 18:40:58 [scrapy.core.engine] INFO: Spider opened
2026-08-04 18:40:58 [py.warnings] WARNING: /root/.venv/lib/python3.12/site-packages/scrapy/core/spidermw.py:490: ScrapyDeprecationWarning: event_scrapers.spiders.grace_farms.ListingSpider defines the deprecated start_requests() method. start_requests() has been deprecated in favor of a new method, start(), to support asynchronous code execution. start_requests() will stop being called in a future version of Scrapy. If you use Scrapy 2.13 or higher only, replace start_requests() with start(); note that start() is a coroutine (async def). If you need to maintain compatibility with lower Scrapy versions, when overriding start_requests() in a spider class, override start() as well; you can use super() to reuse the inherited start() implementation without copy-pasting. See the release notes of Scrapy 2.13 for details: https://docs.scrapy.org/en/2.13/news.html
  warn(

2026-08-04 18:40:58 [gracefarms] INFO: Sending scraped events to prod API
2026-08-04 18:40:58 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-08-04 18:40:58 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:40:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-sept-1-4-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-sept-1-4-2026/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6445
2026-08-04 18:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-08-28>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-08-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013518 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013518"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-08-28"> Friday, August 28 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:18 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66290 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66290"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the Pavilion to explore the '
             'world of white and green teas. Discover the unique umami flavors '
             'of Japanese green teas and sample classic Chinese selections '
             'such as Dragon Well and Jasmine Pearls. You’ll also enjoy a '
             'glimpse into chado, the Japanese art of tea, gaining insight '
             'into the traditions and techniques that have shaped tea culture '
             'for centuries.</p><p><em>Journey Into the World of Tea</em> '
             'offers a tranquil, in-depth exploration of tea traditions '
             'through guided tastings, demonstrations, and engaging '
             'conversation. This six-part series is led by Tea Expert and '
             'Educator Frank Kwei, who brings decades of knowledge to each '
             'session.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-26"> Wednesday, August 26 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-08-26"> '
             '3:00 pm - 4:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
             '</p><p><strong>About Frank Kwei</strong></p><p>Frank currently '
             'serves in the role of Tea Expert and Educator focusing on '
             'special projects and tea programs at <span '
             'class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span>. He has been with <span '
             'class="notranslate"><span class="notranslate"><span '
             'class="notranslate">Grace Farms</span> Foundation</span></span> '
             'since its inception, starting as the Director of Hospitality '
             'where he served as a welcoming ambassador for <span '
             'class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span>. In that role, he often provided a first '
             'introduction to <span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span> and its work by '
             'pausing over tea in the Pavilion, a reflective space in the '
             'River building with 360-degree views of natural '
             'landscapes.</p><p>In his current role, Frank is <span '
             'class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span>’ resident Tea Expert, where he welcomes the '
             'public with a simple cup of tea and invites them into a deeper '
             'appreciation of the intentionality of SANAA’s architecture and '
             'the impact of the Foundation’s work to advance good in the '
             'world.</p><p>Before joining <span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>, Frank co-founded '
             'and managed a boutique tea company based in Brooklyn, New York, '
             'and spent several years focused on the sourcing and supply '
             'chains for tea ingredients. Frank has brought that experience to '
             'the Foundation’s work on ethical and sustainable supply chains '
             'across sectors, including tea, coffee, food, and architecture. '
             'Frank hosts a wide variety of tea education programs on the vast '
             'world of tea, its history, and on the ethical and sustainable '
             'production of tea and coffee. This serves as a critical entry '
             'point to educating people about ethical and sustainable supply '
             'chains in other fields.</p><p>Frank brings a depth of knowledge '
             'and experience of various cultures to his work at <span '
             'class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span>. A son of a diplomat, he spent his childhood '
             'living and traveling across three continents.</p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/23\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
             'rel="bookmark">Journey into the World of Tea | Oolong and '
             'Pu-erhs</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-and-green-teas-3" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-and-green-teas-3" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:18 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-sept-1-4-2026>
{'event_url': 'https://gracefarms.org/event/closed-sept-1-4-2026',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67855 tribe_events type-tribe_events '
             'status-publish hentry" id="post-67855"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>We will be closed from Tuesday, '
             'September 1 to Friday, September 4.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Start:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-09-01"> Tuesday, September 1 '
             '</abbr></dd></div><div class="detail-item"><dt> End:</dt><dd> '
             '<abbr class="tribe-events-abbr dtend" title="2026-09-04"> '
             'Friday, September 4 </abbr></dd></div></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-sept-1-4-2026" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-sept-1-4-2026" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011697 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011697"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-29"> Saturday, August 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-29"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-29>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012812 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012812"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-29"> Saturday, August 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011415 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011415"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into a world of color and '
             'imagination! Inspired by the plans for a flowering lawn in the '
             'Plaza, children will use a mix of art materials to create their '
             'own vibrant landscape collage. After learning about the '
             'different flowers that will bloom at <span '
             'class="notranslate">Grace Farms</span> in the years ahead, '
             'participants are invited to dream up their own flower-filled '
             'design and turn it into a beautiful, one-of-a-kind '
             'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
             'creative exploration for younger audiences to engage in '
             'open-ended inquiry and reflect on the building, its shapes and '
             'designs, and its ideas. This ongoing series, offered weekly, is '
             'led by <span class="notranslate">Grace Farms</span> Arts '
             'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-27"> Thursday, August 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-27"><div class="tribe-recurring-event-time">3:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
             'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
             '| Landscape Collages </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:41:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-30>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013282 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013282"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-30"> Sunday, August 30 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-30"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/1',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011755 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011755"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Listen to stories from our curated '
             'collection of books and take part in an arts and crafts '
             'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
             'is limited. Early arrival is encouraged.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-28"> Friday, August 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-28"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-3" '
             'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F1" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F1" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-27>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012811 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012811"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-27"> Thursday, August 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011416 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011416"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into a world of color and '
             'imagination! Inspired by the plans for a flowering lawn in the '
             'Plaza, children will use a mix of art materials to create their '
             'own vibrant landscape collage. After learning about the '
             'different flowers that will bloom at <span '
             'class="notranslate">Grace Farms</span> in the years ahead, '
             'participants are invited to dream up their own flower-filled '
             'design and turn it into a beautiful, one-of-a-kind '
             'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
             'creative exploration for younger audiences to engage in '
             'open-ended inquiry and reflect on the building, its shapes and '
             'designs, and its ideas. This ongoing series, offered weekly, is '
             'led by <span class="notranslate">Grace Farms</span> Arts '
             'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-29"> Saturday, August 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
             'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
             '| Landscape Collages </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/builder-beginnings/2026-08-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/builder-beginnings/2026-08-28>
{'event_url': 'https://gracefarms.org/event/builder-beginnings/2026-08-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011345 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011345"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'decoding="async" fetchpriority="high" height="1707" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'width="2560"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1707" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'width="2560"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children and families, ignite your '
             'imagination this summer!</p><p>Step outside into the Plaza to '
             'roll up your sleeves and explore the question, “What do you want '
             'to see in the world?” Work together to build a structure by '
             'shaping, cutting, and connecting recycled cardboard and natural '
             'materials gathered from <span class="notranslate">Grace '
             'Farms</span>.</p><p>Led by Arts Educator <strong>Nancy '
             'Jameson</strong> and the <strong><span class="notranslate">Grace '
             'Farms</span> Education Team</strong>, this hands-on activity '
             'encourages creativity, problem-solving, and joyful artmaking in '
             'the open air. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-28"> Friday, August 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-28"><div class="tribe-recurring-event-time">2:00 '
             'pm - 4:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/builder-beginnings" '
             'title="Builder Beginnings"> Builder Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-28/2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011201 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011201"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Listen to stories from our curated '
             'collection of books and take part in an arts and crafts '
             'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
             'is limited. Early arrival is encouraged.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-28"> Friday, August 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-28"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-3" '
             'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-28%2F2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-28>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013281 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013281"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-28"> Friday, August 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-28"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:41:22 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009517 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009517"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-27"> Thursday, August 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-27"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:23 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011617 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011617"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Our youngest artists, designers, and '
             'builders are invited step into the arts studio to have fun '
             'making art inspired by the River building and surrounding '
             'landscape! Think, play, create, and experiment with texture, '
             'form, line, color and space.</p><p>This session is recommended '
             'for ages 1-5 and their caretakers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-27"> Thursday, August 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-2" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leslie-odom-jr/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/champagne-pre-reception/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:27 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-10-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-10-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011828 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011828"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-02"> Friday, October 2 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-02"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:41:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-02>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013541 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013541"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-02"> Friday, October 2 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-02"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-26>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012810 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012810"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-26"> Wednesday, August 26 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-26"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:41:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-01>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013523 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013523"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-01"> Thursday, October 1 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-01"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:41:30 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-10-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-10-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011898 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011898"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-02"> Friday, October 2 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-02"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6445
2026-08-04 18:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-10-02>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-10-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013550 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013550"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-10-02"> Friday, October 2 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:41:31 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009522 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009522"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-01"> Thursday, October 1 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-01"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8356
2026-08-04 18:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-30>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012825 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012825"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-30"> Wednesday, September 30 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-30"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-09-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-09-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/leslie-odom-jr/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:35 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-09-30>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-09-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012127 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012127"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-30"> Wednesday, September 30 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-30"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-09-29>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-09-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011949 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011949"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-29"> Tuesday, September 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/leslie-odom-jr>
{'event_url': 'https://gracefarms.org/event/leslie-odom-jr',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66988 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-66988"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>Leslie Odom, Jr.</h2><p>Tony® and '
             'GRAMMY® Award-winning artist <strong>Leslie Odom, Jr.</strong> '
             'brings his extraordinary voice, magnetic stage presence, and '
             'genre-spanning artistry to the stage for an evening of music '
             'that is soulful, sophisticated, and deeply moving.</p><p>This '
             'captivating concert features selections from the American '
             'Songbook, reimagined pop favorites, and beloved musical theater '
             'classics — including special performances of songs from '
             '<em>Hamilton</em>, the Broadway phenomenon that earned Odom a '
             'Tony Award for his iconic portrayal of Aaron Burr.</p><p>With '
             'his signature charm, stunning vocals, and heartfelt '
             'storytelling, Leslie Odom, Jr. creates a live experience that is '
             'intimate, inspiring, and unforgettable.</p><p>Join us for a '
             'night of timeless music, powerful emotion, and the unmatched '
             'artistry of one of today’s most celebrated '
             'performers.</p><p><em>60-minute performance. No intermission.\xa0'
             '</em></p><p><strong>Parking must be reserved in advance and will '
             'not be available for purchase upon arrival.</strong> <a '
             'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
             'rel="noopener" target="_blank"><strong>Purchase parking '
             'here.</strong></a></p><p>\xa0</p><p><strong>Join us for a '
             'Champagne Pre-Reception</strong></p><p>Celebrate the arrival of '
             'autumn with an elegant Champagne Pre-Reception in the Commons '
             'before the program. Enjoy champagne and seasonal light bites '
             'while gathering with fellow guests in the warm glow of the <span '
             'class="notranslate">Grace Farms</span> landscape before making '
             'your way to the Sanctuary for an unforgettable evening with '
             'Leslie Odom, Jr. <strong><a '
             'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
             'rel="noopener" target="_blank">Reserve your spot '
             'here.</a></strong></p><p>\xa0</p><h3>About Leslie Odom, '
             'Jr.</h3><p>Leslie Odom, Jr.\u202fis a Tony and Grammy '
             'Award-winning, three-time Emmy and two-time Academy '
             'Award-nominated songwriter, actor, and\u202f a\xa0<em>New York '
             'Times</em>\u202f bestselling author. Well known for his breakout '
             'role as ‘Aaron Burr’ in the Pulitzer Prize-winning Broadway '
             'musical\xa0<em>Hamilton</em>, Odom made the season’s most highly '
             'anticipated return to his award-winning role in September 2025. '
             'During his limited engagement run, which came nine years after '
             'his final bow, <em>Hamilton</em> hit its\xa0highest ever gross '
             'in its ten years on Broadway. Odom’s long-awaited return to '
             'Broadway following his original <em>Hamilton</em> run came in '
             '2023 as a producer, alongside his beloved Nicolette Robinson and '
             'the gracious Jeffrey Richards, with the classic American '
             'comedy\u202f<em>Purlie Victorious: A Non-Confederate Romp '
             'Through the Cotton Patch</em>\u202f written by the legendary '
             'Ossie Davis. The revival opened to widespread critical acclaim. '
             'Odom was Tony-nominated for his performance, and the production '
             'received six nominations and one win. <em>Purlie Victorious</em> '
             'was recorded and aired as part of PBS’\xa0<em>Great '
             'Performances.\xa0</em></p><p>Odom<em>\xa0</em>has continued to '
             'captivate audiences across film and television including his '
             'star turn as legendary soul singer Sam Cooke in the Amazon film '
             'adaptation of\u202f<em>One Night in Miami…, </em>directed by '
             'Regina King. His lauded portrayal of the soul icon and musical '
             'performance of original song “Speak Now” earned him multiple '
             'awards and nominations. Additional film and television credits '
             'include Rian Johnson’s record-breaking 2022\xa0<em>Knives Out\xa0'
             '</em>sequel,\xa0<em>Glass Onion: A Knives Out Mystery,\xa0'
             '</em>for Netflix,\xa0<em>The Many Saints of Newark,</em>\xa0a '
             'prequel to David Chase’s award-winning HBO series <em>The</em> '
             '<em>Sopranos</em>, Apple TV+’s\u202f<em>Central Park</em>\xa0'
             '(2020 Emmy nomination),\u202f<em>Hamilton</em>\u202f on Disney+ '
             '(2021 Emmy nomination), host of “The Tony Awards Present: '
             'Broadway’s Back!” on CBS (2022 Emmy nomination), <em>Abbott '
             'Elementary, The Proud Family: Louder and Prouder, Harriet,\xa0'
             '</em>and many more.</p><p>In March 2018, Odom added the title of '
             'author to his resume with the release of his book –\xa0'
             '<em>Failing Up: How to Take Risks, Aim Higher and Never Stop '
             'Learning</em>, which was recently released in paperback in March '
             '2025. Co-written with Nicolette Robinson, Odom’s first '
             'children’s book,\u202f<em>I Love You More Than You’ll Ever '
             'Know,</em>\u202fwas published by Feiwel &amp; Friends in March '
             '2023. The book debuted on the\u202f<em>New York Times</em>\xa0'
             'bestseller list at #7 in its first week. Odom has released six '
             'full-length albums. His sixth and first-ever live album,\xa0'
             '<em>An Offering: Live at Speakeasy Studios</em>,\xa0was released '
             'on October 17, 2025.</p><p>\xa0</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-26"> Saturday, September 26 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-26"> '
             '5:00 pm - 6:15 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> Group A: $450 <br/> ($200 tax '
             'deductible)<br/><br/> Group B: $350 <br/> ($100 tax '
             'deductible)<br/><br/> Group C: $250 <br/> ($50 tax '
             'deductible)<br/><br/> member discount does not apply to this '
             'event</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d30545ac-f07e-c430-b3b6-5cc2eaf8d061" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d30545ac-f07e-c430-b3b6-5cc2eaf8d061" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
             '</p><p><strong>Event Add-Ons</strong></p><p>Enhance your early '
             'fall evening at <span class="notranslate">Grace Farms</span> '
             'with add-ons to round out your experience. <a '
             'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
             'rel="noopener" target="_blank">Select from the following options '
             'here</a> and when reserving your tickets using the registration '
             'link above.</p><p><b></b></p><div class="row"><div class="four '
             'columns initiative-item gf-fade active"><b><a '
             'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e"><div '
             'class="four-three-wrapper"><div class="lazyload initiative-image '
             'four-three-image" '
             'data-bg="https://gracefarms.org/wp-content/uploads/2026/04/Commons-Pre-Reception.jpg" '
             'style="background-image:url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20500%20300%22%3E%3C/svg%3E);background-position:center;background-size:cover;"></div></div><h2>Champagne '
             'Pre-Reception</h2><p>Gather with fellow guests before the '
             'performance in the glass-enclosed Commons.</p></a></b></div><div '
             'class="four columns initiative-item gf-fade active"><b><a '
             'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e"><div '
             'class="four-three-wrapper"><div class="lazyload initiative-image '
             'four-three-image" '
             'data-bg="https://gracefarms.org/wp-content/uploads/2026/04/Paid-Parking-fall-thumb.jpg" '
             'style="background-image:url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20500%20300%22%3E%3C/svg%3E);background-position:center;background-size:cover;"></div></div><h2>On-Site '
             'Parking &amp; Off-Site Parking with Shuttle '
             'Service</h2><p>Parking must be reserved in advance and will not '
             'be available for purchase upon '
             'arrival.</p></a></b></div></div><p></p><hr/><h3></h3><h3>2026/2027 '
             'season</h3><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme, <i '
             'data-gtm-vis-has-fired1452017_328="1">We all build</i>, through '
             'a new slate of one-of-a-kind experiences rooted in our mission '
             'to foster more grace and peace locally and globally. Join us for '
             'unforgettable musical performances, stirring dialogue from '
             'today’s leading thinkers, and community moments — each held in '
             'an immersive setting where boundaries between people, '
             'architecture, and landscape dissolve. Visit us throughout the '
             'seasons to sit at this unique intersection and explore topics '
             'that aim to inspire both introspection and joy. From there, we '
             'hope you connect with our theme that encourages all to build a '
             'more graceful and peaceful world, every day.</p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleslie-odom-jr" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleslie-odom-jr" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-10-01>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-10-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011799 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011799"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-01"> Thursday, October 1 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-01"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/champagne-pre-reception/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8111
2026-08-04 18:41:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/champagne-pre-reception>
{'event_url': 'https://gracefarms.org/event/champagne-pre-reception',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68687 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry" id="post-68687"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Champagne-Reception_web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Champagne-Reception_web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Champagne-Reception_web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Celebrate the arrival of autumn with an '
             'elegant Champagne Pre-Reception in the Commons before the Leslie '
             'Odom, Jr. concert. Enjoy champagne and seasonal light bites '
             'while gathering with fellow guests in the warm glow of the <span '
             'class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span> landscape before making your way to the '
             'Sanctuary for an unforgettable evening with Leslie Odom, '
             'Jr.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-26"> Saturday, September 26 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-26"> '
             '3:00 pm - 5:00 pm</div></dd></div></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $75</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019de4c7-934a-01d1-9853-935e0b83a10e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fchampagne-pre-reception" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fchampagne-pre-reception" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8355
2026-08-04 18:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-24>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012823 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012823"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-24"> Thursday, September 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:42 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-09-24>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-09-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011798 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011798"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-24"> Thursday, September 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8391
2026-08-04 18:41:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-25>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013288 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013288"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-25"> Friday, September 25 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-25"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:43 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know>
{'event_url': 'https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68482 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68482"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Families '
             'are invited to a special, book-inspired Open Arts Studio '
             'experience that blends storytelling, music, and creative '
             'expression. The morning features a reading of <em>I’ll Love You '
             'More Than You’ll Ever Know</em>, co-authored by '
             '<strong>Nicolette Robinson</strong> and <strong>Leslie Odom, '
             'Jr.</strong> The book’s illustrator, <strong>Joy Hwang '
             'Ruiz</strong>, will lead a hands-on art activity inspired by the '
             'story, inviting children to explore the connection between '
             'colors and emotions through creative expression.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-25"> Friday, September 25 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-25"> '
             '10:00 am - 11:00 am</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> child: $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:43 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009521 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009521"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-24"> Thursday, September 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-24"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6448
2026-08-04 18:41:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-09-25>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-09-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013522 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013522"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-09-25"> Friday, September 25 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011814 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011814"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Explore the dynamic world of '
             'oolongs and pu-erh teas. Albeit lesser known in the U.S., oolong '
             'and pu-erh drive the tea culture in China and Taiwan. Sample and '
             'compare the flavor profile of floral green oolongs and fruity '
             'dark oolongs and learn about the unique characteristics of aged '
             'pu-erh teas. Stretch your palate and explore the complex tastes '
             'of raw green pu-erhs and earthy dark cooked '
             'pu-erhs.</p><p>Journey Into the World of Tea offers a tranquil, '
             'in-depth exploration of tea traditions through guided tastings, '
             'demonstrations, and engaging conversation. This six-part series '
             'takes place in the glass-enclosed Tea Pavilion, and is led by '
             '<span class="notranslate">Grace Farms</span> Tea Expert and '
             'Educator <strong>Frank Kwei,</strong> who brings decades of '
             'knowledge to each session.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-23"> Wednesday, September 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-23"><div class="tribe-recurring-event-time">3:00 '
             'pm - 4:30 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate member: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-oolong-and-pu-erhs-2%2F2026-09-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-oolong-and-pu-erhs-2%2F2026-09-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6446
2026-08-04 18:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-10-30>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-10-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013554 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013554"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-10-30"> Friday, October 30 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-10-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-10-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011832 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011832"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-30"> Friday, October 30 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-30"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-10-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-10-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011902 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011902"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-30"> Friday, October 30 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-30"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-and-architecture-tour/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:41:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8389
2026-08-04 18:41:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-30>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013549 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013549"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-30"> Friday, October 30 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-30"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:41:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-29>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013539 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013539"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-29"> Thursday, October 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8391
2026-08-04 18:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-27>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013289 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013289"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-27"> Sunday, September 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-27"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:41:54 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009526 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009526"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-29"> Thursday, October 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-29"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:41:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:41:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:41:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-10-29>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-10-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011803 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011803"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-29"> Thursday, October 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:41:58 [scrapy.extensions.logstats] INFO: Crawled 47 pages (at 47 pages/min), scraped 43 items (at 43 items/min)
2026-08-04 18:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-10-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/art-and-architecture-tour/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:00 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-10-27>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-10-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011953 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011953"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-27"> Tuesday, October 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2026-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:00 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/art-and-architecture-tour>
{'event_url': 'https://gracefarms.org/event/art-and-architecture-tour',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68573 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-architecture cat_arts cat_architecture" '
             'id="post-68573"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p>Join '
             'Chelsea Thatcher, <span class="notranslate">Grace Farms</span> '
             'Chief Strategic Officer and Founding Creative Director for a '
             'special art and architecture tour inviting you to take a closer '
             'look at the curated indoor and outdoor artworks at <span '
             'class="notranslate">Grace Farms</span> by Beatriz Milhazes, '
             'Alicja Kwade, Teresita Fernández, Thomas Demand, James Florio, '
             'Kazuyo Sejima &amp; Associates, and more.</p><p>Meander through '
             'the River building, Barns, and North Field, and take in '
             '360–degree views of the surrounding landscapes while exploring '
             'the building’s sustainable design, curated interiors, and '
             'materials choices. This tour includes a taste of tea in the '
             'Plaza while viewing Dancing Trees (2025) by Kazuyo Sejima &amp; '
             'Associates, and a moment to sit on outdoor benches and enjoy '
             'vast views at ParaPosition (2025) by Alicja Kwade.</p><p>The '
             'River building, designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa">SANAA</a>, holds LEED Silver '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p>This special tour '
             'is hosted in celebration of October4Design and to coincide with '
             'Archtober. Extend your architecture experience at <span '
             'class="notranslate">Grace Farms</span> and join us for <a '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina" '
             'rel="noopener" target="_blank">Founder’s Architecture Talk</a> '
             'later in the day.</p><p><em>Approved for AIA CES 1 LU\xa0\xa0'
             '</em></p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-24"> Saturday, October 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-10-24"> '
             '10:30 am - 11:30 am</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $35 <br/> member: $28</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/91c7c04b-6338-7ff6-429a-2865a4194ef0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/91c7c04b-6338-7ff6-429a-2865a4194ef0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-and-architecture-tour" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-and-architecture-tour" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-27>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013537 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013537"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-27"> Tuesday, October 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-24>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013536 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013536"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-24"> Saturday, October 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4>
{'event_url': 'https://gracefarms.org/event/storytime-featuring-ill-love-you-more-than-youll-ever-know-4',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68492 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68492"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Storytime_1600x900.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Families '
             'are invited to a special, book-inspired Open Arts Studio '
             'experience that blends storytelling, music, and creative '
             'expression. The morning features a reading of <em>I’ll Love You '
             'More Than You’ll Ever Know</em>, co-authored by '
             '<strong>Nicolette Robinson</strong> and <strong>Leslie Odom, '
             'Jr.</strong> The book’s illustrator, <strong>Joy Hwang '
             'Ruiz</strong>, will lead a hands-on art activity inspired by the '
             'story, inviting children to explore the connection between '
             'colors and emotions through creative expression.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-25"> Friday, September 25 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-25"> '
             '11:30 am - 12:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> child: $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0472cca1-d65d-1356-7e6f-ddcc4f7a5977" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know-4" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstorytime-featuring-ill-love-you-more-than-youll-ever-know-4" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8354
2026-08-04 18:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-28>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013538 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013538"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-28"> Wednesday, October 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-28"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8389
2026-08-04 18:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-25>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013548 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013548"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-25"> Sunday, October 25 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-25"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8214
2026-08-04 18:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-29>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012824 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012824"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-29"> Tuesday, September 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-10-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-10-28>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-10-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012131 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012131"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-28"> Wednesday, October 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-28"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:09 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-10-23>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-10-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011901 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011901"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-23"> Friday, October 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-23"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-12-04>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-12-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011907 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011907"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-04"> Friday, December 4 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-04"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-12-04>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-12-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011837 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011837"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-04"> Friday, December 4 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-04"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-04>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012342 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012342"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-04"> Friday, December 4 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:11 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-10-24>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-10-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012244 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012244"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-24"> Saturday, October 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina>
{'event_url': 'https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67384 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-design-for-freedom tribe_events_cat-arts '
             'tribe_events_cat-architecture cat_design-for-freedom cat_arts '
             'cat_architecture" id="post-67384"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>Francine Houben, Dorte Mandrup, and '
             'Sharon Prince with Julia Gamolina</h2><p>This ‘Archtober’, four '
             'founders — <strong>Francine Houben</strong> (<strong><a '
             'href="https://www.mecanoo.nl" rel="noopener" '
             'target="_blank">Mecanoo</a></strong>), <strong>Dorte '
             'Mandrup</strong> (<strong><a '
             'href="https://www.dezeen.com/tag/design-and-architecture-by-dorte-mandrup-arkitekter/" '
             'rel="noopener" target="_blank">Dorte Mandrup '
             'Arkitekter</a></strong>), <strong>Sharon Prince</strong> '
             '(<strong><a href="https://gracefarms.org" rel="noopener" '
             'target="_blank"><span class="notranslate">Grace '
             'Farms</span></a></strong>, <strong><a '
             'href="https://www.sharegracefarms.com" rel="noopener" '
             'target="_blank"><span class="notranslate">Grace Farms</span> Tea '
             '&amp; Coffee</a></strong>), and <strong>Julia Gamolina</strong> '
             '(<em><strong><a href="https://www.madamearchitect.org" '
             'rel="noopener" target="_blank">Madame '
             'Architect</a></strong></em>) share dynamic perspectives to '
             'inspire greater connection with our irreplaceable planet and '
             'people through architecture. Moderated by Julia Gamolina, '
             'Editor-in-Chief at <em>Madame Architect</em>, the panel will '
             'explore visual examples of materiality, sustainability, and the '
             'diverse beauty of our global landscape, set at peak fall foliage '
             'at <span class="notranslate">Grace Farms</span>.</p><p>Hear '
             '<strong>Dorte Mandrup</strong> describe the way she designed the '
             'Ilulissat Icefjord Centre, a climate visitor center on '
             'Greenland’s rugged coastal landscape, with a lightweight form '
             'akin to “a snowy owl’s flight through the landscape,” with '
             'spaces beneath the building for wildlife habitat.</p><p>Learn '
             'about <strong>Francine Houben</strong>‘s approach to designing '
             'Natural History Museum Abu Dhabi in the Saadiyat Cultural '
             'District, which resonates with natural rock formations, '
             'reflecting the museum’s goal of improving understanding of and '
             'engagement with the natural world.</p><p>And hear <strong>Sharon '
             'Prince</strong> describe how <span class="notranslate">Grace '
             'Farms</span> becomes part of the landscape and her approach to '
             'creating a building that becomes part of a local and global '
             'context for 100 years and more. Learn about projects Prince is '
             'spearheading through <strong><a '
             'href="https://www.designforfreedom.org" rel="noopener" '
             'target="_blank">Design for Freedom</a></strong> research and '
             '<strong><a '
             'href="https://www.designforfreedom.org/home/pilot-projects/" '
             'rel="noopener" target="_blank">Pilot Projects</a></strong> that '
             'embed values of human dignity into space.</p><p>At <span '
             'class="notranslate">Grace Farms</span>, this dialogue about the '
             'way space communicates continues year-round through architecture '
             'programming that invites deeper engagement, including an '
             'upcoming documentary film, weekly <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="noopener" target="_blank"><strong>Architecture '
             'Tours</strong></a> of the River building and Barns, <a '
             'href="https://gracefarms.org/school-field-trips" rel="noopener" '
             'target="_blank"><strong>school tours</strong></a> by our '
             'Education Team, and the annual <a '
             'href="https://gracefarms.org/event/2027-design-for-freedom-summit" '
             'rel="noopener" target="_blank"><strong>Design for Freedom '
             'Summit</strong></a>, which brings together industry leaders to '
             'address forced labor in the building materials supply chain, '
             'next held on March 31, 2027.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-24"> Saturday, October 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-10-24"> '
             '2:00 pm - 3:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/design-for-freedom" '
             'rel="tag">Design for Freedom</a><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> student: '
             '$12.50</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/337dce88-27ef-876b-4e11-d252f1e7420c" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/337dce88-27ef-876b-4e11-d252f1e7420c" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="extra-content"><h3></h3><h3><strong>About Francine '
             'Houben</strong></h3><p><img alt="" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Francine-Houben-01-by-Mark-Uyl-high-res-web.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="" decoding="async" height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Francine-Houben-01-by-Mark-Uyl-high-res-web.jpg" '
             'width="500"/></noscript></p><p>Francine Houben is founding '
             'partner of Mecanoo (1984) and has led the firm to success in The '
             'Netherlands and abroad, amassing a portfolio of work that is '
             'wide-ranging, inspired by global challenges and with a '
             'sustainable view on society.</p><p>Mecanoo combines the '
             'disciplines of architecture, urban planning, landscape '
             'architecture, interior design, and restoration to produce '
             'unorthodox design solutions born from a strong sensitivity to '
             'context and a highly interdisciplinary design '
             'process.</p><p>Each of her projects illustrates the four '
             'fundamental elements of her architectural vision: People, Place, '
             'Purpose, Poetry.</p><p>Francine Houben was professor of mobility '
             'aesthetics at Delft University of Technology and taught at the '
             'universities of Harvard, Yale and Mendrisio. As curator of the '
             'First International Architecture Biennale Rotterdam (2003), she '
             'brought the theme of the aesthetics of mobility to the forefront '
             'of international design consciousness.</p><p>Francine holds '
             'Honorary Fellowships of the Royal Institute of British '
             'Architects (RIBA), the American Institute of Architects (AIA), '
             'the Royal Architectural Institute of Canada (RAIC) and was '
             'granted lifelong membership to the Akademie der Künste in Berlin '
             'as well as receiving the International Honorary Fellow Award by '
             'the Architecture Institute of Taiwan.</p><p>In 2014 Francine was '
             'named Woman Architect of the Year by the Architects’ Journal and '
             'in November 2015 Queen Máxima of The Netherlands presented her '
             'with the Prins Bernhard Cultuurfonds Prize for her wide-ranging '
             'career. Francine was awarded Honorary Doctorates from the '
             'Université de Mons, Belgium (2017) and the Utrecht University '
             '(2016).</p><p>In 2018 she received the BNA Kubus Award for her '
             'oeuvre; the International Prize, Prix des Femmes Architectes '
             '(2019) and distinguished with the TU Delft Alumnus of the Year '
             '(2020). In 2024, King Willem-Alexander appointed Francine Houben '
             'as a Knight in the Order of the Netherlands '
             'Lion.</p><h3><strong>About Dorte Mandrup</strong></h3><p><img '
             'alt="" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Dorte-Mandrup_L_Credit-Volker-Renner.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="" decoding="async" height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Dorte-Mandrup_L_Credit-Volker-Renner.jpg" '
             'width="500"/></noscript></p><p>Studies in both sculpture and '
             'ceramics, and medicine have influenced Dorte Mandrup’s approach '
             'to architecture, which has always been ‘hands-on’. Shape and '
             'form constitute the company ethos – to create spaces that are '
             'aesthetically pleasing, contextually relevant, and invite people '
             'to engage.</p><p>Dorte Mandrup graduated from the Aarhus School '
             'of Architecture, Denmark in 1991. Eight years later she founded '
             'her Copenhagen-based studio where she continues to be Creative '
             'Director. Her design philosophy and artistic yet systematic '
             'mindset permeate the entire office as she is design responsible '
             'for all projects.</p><p>As a humanist with a distinct '
             'nonconformist outlook, Dorte Mandrup is well known for her '
             'commitment to the development of the architectural practice and '
             'her frequent participation in public debates. Receiving national '
             'and international acclaim for her work, in 2018 Dorte headlined '
             'at the curated international exhibition at La Biennale di '
             'Venezia.</p><p>Dorte is member of the Architecture Section in '
             'Akademie der Künste, Berlin, Vice Chairman of the Louisiana '
             'Museum of Modern Art, former member of the Historic Buildings '
             'Council in Denmark, Chair of the prestigious Mies van der Rohe '
             'Award 2019, Adjunct Professor at The Royal Danish Academy of '
             'Fine Arts and holds frequent visiting professorships abroad, in '
             '2018 at Cornell University College of Architecture, Art, and '
             'Planning and from 2021 at Mendrisio Accademia de Architettura, '
             'Switzerland.</p><h3><strong>About Sharon '
             'Prince</strong></h3><p><img alt="Sharon prince 2026" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Sharon-Prince-headshot-web-crop-V2.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="Sharon prince 2026" '
             'decoding="async" height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Sharon-Prince-headshot-web-crop-V2.jpg" '
             'width="500"/></noscript></p><p>Sharon Prince is the CEO and '
             'Founder of <span class="notranslate">Grace Farms</span>, a '
             'boundary-defying public space and cultural and humanitarian '
             'center. Prince commissioned SANAA to design <span '
             'class="notranslate">Grace Farms</span>’ internationally '
             'recognized River building, an open, porous structure embedded '
             'within 80 acres of biodiverse landscape. Designed to dissolve '
             'barriers between people and sectors, the building invites '
             'reflection and engagement across <span class="notranslate">Grace '
             'Farms</span>’ initiatives of nature, arts, justice, community, '
             'and faith. The building has earned the AIA National Architecture '
             'Honor Award and the Mies Crown Hall Americas '
             'Prize.</p><p>Recognizing exploitation in the construction '
             'industry, Prince mobilized leaders of the built environment to '
             'launch Design for Freedom, the global movement to eliminate '
             'forced and child labor from the building materials supply chain. '
             'She edited and published the groundbreaking <em>Design for '
             'Freedom Report and International Guidance &amp; Toolkit</em>. '
             'The exhibit With Every Fiber at <span class="notranslate">Grace '
             'Farms</span> brings this issue to the public. Prince is also the '
             'Co-Founder of <span class="notranslate">Grace Farms</span> Tea '
             '&amp; Coffee, a certified B Corp that demonstrates ethical and '
             'sustainable supply chains.</p><p>Prince has been recognized by '
             '<em>Fast Company</em> as among the Most Creative People in '
             'Business and has received the AIA NY NYC Visionary Award and the '
             '2026 AIA NY Champion of Architecture Medal.</p><h3><strong>About '
             'Julia Gamolina</strong></h3><p><img alt="Julia" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Julia-Gamolina-headshot-web.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="Julia" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Julia-Gamolina-headshot-web.jpg" '
             'width="500"/></noscript></p><p>Julia Gamolina is an Associate '
             'Principal at Ennead Architects and the Founder and '
             'Editor-in-Chief of Madame Architect, a boutique media and events '
             'platform spotlighting women shaping the built environment. Since '
             'launching in 2018, she has led all editorial, partnerships, and '
             'strategy, growing it into an award-winning publication with a '
             'global readership spanning 100+ countries.</p><p>At Ennead, '
             'Julia focuses on building visibility and strategic positioning '
             'for the firm, creating platforms that connect the practice to '
             'different audiences and opportunities. She previously worked '
             'across mixed-use, residential, retail, and cultural projects in '
             'the U.S. and internationally.</p><p>A frequent speaker, Julia '
             'presents on architecture and entrepreneurship at universities '
             'and institutions worldwide. Her writing has appeared in Fast '
             'Company, Metropolis, and The Architect’s Newspaper. She has '
             'taught at Pratt Institute and served as a juror and reviewer for '
             'leading schools and awards programs.</p><p>She holds a B.Arch '
             'from Cornell University and is based in New York '
             'City.</p><hr/><h3>2026-2027 season</h3><p>The 2026/2027 season '
             'deepens our ongoing exploration of the programmatic theme, We '
             'all build, through a new slate of one-of-a-kind experiences '
             'rooted in our mission to foster more grace and peace locally and '
             'globally. Join us for unforgettable musical performances, '
             'stirring dialogue from today’s leading thinkers, and community '
             'moments — each held in an immersive setting where boundaries '
             'between people, architecture, and landscape dissolve. Visit us '
             'throughout the seasons to sit at this unique intersection and '
             'explore topics that aim to inspire both introspection and joy. '
             'From there, we hope you connect with our theme that encourages '
             'all to build a more graceful and peaceful world, every '
             'day.</p><h6 style="text-align: left;">thank you to our 2026-2027 '
             'season sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffounders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffounders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2026-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:18 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-01>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012339 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012339"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-01"> Tuesday, December 1 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:18 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-10-23>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-10-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011831 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011831"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-23"> Friday, October 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-23"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-11-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-03>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012341 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012341"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-03"> Thursday, December 3 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-11-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-02>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012136 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012136"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-02"> Wednesday, December 2 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-02"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-12-03>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-12-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011808 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011808"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-03"> Thursday, December 3 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-03"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-11-29>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-11-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012338 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012338"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-11-29"> Sunday, November 29 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009530 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009530"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-03"> Thursday, December 3 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-03"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-02>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012340 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012340"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-02"> Wednesday, December 2 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:27 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-11-27>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-11-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011836 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011836"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-27"> Friday, November 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-27"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:27 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-24>
{'event_url': 'https://gracefarms.org/event/closed-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68554 tribe_events type-tribe_events '
             'status-publish hentry" id="post-68554"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><span class="notranslate">Grace '
             'Farms</span> is closed on Friday, January 1, 2027.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2027-01-01"> Friday, January 1, 2027 '
             '</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:27 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011711 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011711"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-28"> Saturday, November 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-28"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-11-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-11-28>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-11-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012337 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012337"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-11-28"> Saturday, November 28 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8249
2026-08-04 18:42:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-23>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013547 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013547"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-23"> Friday, October 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-23"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:35 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-30>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012361 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012361"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-30"> Wednesday, December 30 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-30>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012140 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012140"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-30"> Wednesday, December 30 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-30"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-11-27>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-11-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011906 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011906"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-27"> Friday, November 27 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-27"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-29>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012360 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012360"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-29"> Tuesday, December 29 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-31>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-31',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012362 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012362"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-31"> Thursday, December 31 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-31" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-31" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-31',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009534 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009534"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-31"> Thursday, December 31 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-31"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-31" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-31" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:38 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-12-31>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-12-31',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011774 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011774"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-31"> Thursday, December 31 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-31"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-31" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-31" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-29>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011962 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011962"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-29"> Tuesday, December 29 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/3-pm-early-closure/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:39 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-11-28>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-11-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012249 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012249"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-28"> Saturday, November 28 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-28"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:39 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/3-pm-early-closure>
{'event_url': 'https://gracefarms.org/event/3-pm-early-closure',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68494 tribe_events type-tribe_events '
             'status-publish hentry" id="post-68494"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>We are closing early today, Thursday, '
             'December 31st, at 3 pm.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-31"> Thursday, December 31 '
             '</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-11-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:44 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-11-27>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-11-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012336 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012336"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-11-27"> Friday, November 27 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-11-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:45 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-02-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-02-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011914 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011914"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-05"> Friday, February 5, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-05"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-27>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012359 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012359"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-27"> Sunday, December 27 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-01>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011958 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011958"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the Grace Farms '
             'Education Team. Inspired by the exhibit With Every Fiber: '
             'Pigment, Stone, Glass, families can explore the unique '
             'properties of building materials and use their imaginations to '
             'create new applications for them.</p><p>On October 11, 2025, '
             'Grace Farms unveiled a new iteration of the With Every Fiber '
             'exhibit, which offers insights into forced labor in the building '
             'materials supply chain. A portion of With Every Fiber was '
             'adapted and included in the Intelligens CANON at the 19th '
             'International Architecture Exhibition of La Biennale di Venezia, '
             'curated by Carlo Ratti, open through November '
             '2025.</p><p>Materials Studio is for ages 4 – 11 with adult '
             'caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-01"> Tuesday, December 1 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-01"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-12-26>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-12-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012252 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012252"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-26"> Saturday, December 26 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-26"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:50 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-26>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012358 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012358"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-26"> Saturday, December 26 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:42:52 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30>
{'event_url': 'https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011595 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-arts tribe_events_cat-tea '
             'tribe_events_cat-architecture tribe_events_cat-music cat_nature '
             'cat_arts cat_tea cat_architecture cat_music '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011595"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join in a weekend festival of winter '
             'experiences at <span class="notranslate">Grace Farms</span> '
             'headlined by musician <strong>Darren Kiely</strong> with a '
             'concert from 3:30 – 4:30 pm on both Saturday and Sunday. Hailing '
             'from County Cork, Ireland, Kiely’s fresh, folk-infused sound '
             'originates from his inherited love of traditional Irish music, '
             'intertwined with influences such as The Lumineers, Mumford &amp; '
             'Sons, and Noah Kahan.</p><p>Refresh and connect to best of what '
             'the winter season has to offer. Choose your own indoor and '
             'outdoor winter journey throughout the weekend, including guided '
             'nature walks, snowshoeing (weather permitting), indoor winter '
             'games, documentary films on nature and architecture in our '
             '42-seat Lecture Hall, and mocktail classes.</p><p><strong>Nina '
             'Cooke John</strong>, architect and public artist, will lead a '
             'hands-on materials workshop that connects with her glass collage '
             'work, Material Clarity, commissioned for the <em>With Every '
             'Fiber</em> exhibit.</p><p>Taste a variety of <strong><span '
             'class="notranslate">Grace Farms</span> Tea &amp; Coffee</strong> '
             'blends for winter wellness and rejuvenation in pop-up locations '
             'for the festival.</p><p>\xa0</p><p class="p1">On-site parking '
             'and off-site parking with shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/2b024fa2-4055-fda7-d284-04d9d3437763" '
             'rel="noopener" target="_blank"><span class="s1">available for '
             'purchase here</span></a>. Ride sharing is encouraged as a '
             'convenient option, with several services available '
             'locally.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-30"> Saturday, January 30, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-30"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-winter-festival-with-darren-kiely" '
             'title="Grace Farms Winter Festival with Darren Kiely"> <span '
             'class="notranslate">Grace Farms</span> Winter Festival with '
             'Darren Kiely </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
             '</p><h3>About Darren Kiely</h3><p>Hailing from Co. Cork, '
             'Ireland,\u202fDarren\u202fKiely’s\u202ffresh, folk-infused\u202f'
             'sound originates from his inherited love of traditional Irish '
             'music, intertwined with modern influences such as The Lumineers, '
             'Mumford &amp; Sons, and Noah Kahan. At just five years old,\u202f'
             'Darren\u202flearned the tin whistle, and at eight years old he '
             'picked up the fiddle, eventually teaching himself to play guitar '
             'as well.\u202fDarren\u202fbegan singing in 2019, quickly '
             'garnering attention for his raw and fervent vocals and emotive '
             'delivery. After winning numerous honors at a national level in '
             'Irish traditional music,\u202fDarren\u202ffound his way to NYC '
             'in 2022 to continue developing his own music and sound, and soon '
             'after headed to the songwriting hub of Nashville. Signing to '
             'Free Flight Records,\u202fKiely’s unique presentation of\u202f'
             'folk-inspired melodies and production, along with lush '
             'storytelling,\u202fwhich echoes the backdrop of the Irish '
             'countryside where he was raised,\u202fare\u202fthe forefront of '
             'his debut EP,\u202fLost. The seven-track project explores the '
             'triumphant war of overcoming self-doubt, struggling to find '
             'himself, questioning emotions and seeking answers, while his '
             'follow up EP,\u202fFrom The Dark,\u202fKiely\u202ftakes his '
             'craft to new heights as he explores the harsh realities that '
             'come with growing up and moving on.\u202fLost\u202ffeatures '
             'the\u202ftrack “Mom &amp; Dad,” which debuted in the Top 40 on '
             'the Irish Singles Chart and Top 5 on the Irish Homegrown chart, '
             'as well as fan-favorite “Sunrise” which reached No. 1 on the '
             'chart.\u202fFor more information on Kiely, visit\u202f'
             'darrenkiely.com.</p><hr/><h3>2026-2027 season</h3><p>The '
             '2026/2027 season deepens our ongoing exploration of the '
             'programmatic theme, We all build, through a new slate of '
             'one-of-a-kind experiences rooted in our mission to foster more '
             'grace and peace locally and globally. Join us for unforgettable '
             'musical performances, stirring dialogue from today’s leading '
             'thinkers, and community moments — each held in an immersive '
             'setting where boundaries between people, architecture, and '
             'landscape dissolve. Visit us throughout the seasons to sit at '
             'this unique intersection and explore topics that aim to inspire '
             'both introspection and joy. From there, we hope you connect with '
             'our theme that encourages all to build a more graceful and '
             'peaceful world, every day.</p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-01-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-01-26>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-01-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011966 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011966"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-26"> Tuesday, January 26, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-26"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-01-29>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-01-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011913 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011913"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-29"> Friday, January 29, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-29"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:42:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-01-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-01-27>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-01-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012144 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012144"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-27"> Wednesday, January 27, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-01-29>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-01-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011843 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011843"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-29"> Friday, January 29, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-29"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31>
{'event_url': 'https://gracefarms.org/event/grace-farms-winter-festival-with-darren-kiely/2027-01-31',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011601 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-arts tribe_events_cat-tea '
             'tribe_events_cat-architecture tribe_events_cat-music cat_nature '
             'cat_arts cat_tea cat_architecture cat_music '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011601"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/darren-kielly-web-hero.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join in a weekend festival of winter '
             'experiences at <span class="notranslate">Grace Farms</span> '
             'headlined by musician <strong>Darren Kiely</strong> with a '
             'concert from 3:30 – 4:30 pm on both Saturday and Sunday. Hailing '
             'from County Cork, Ireland, Kiely’s fresh, folk-infused sound '
             'originates from his inherited love of traditional Irish music, '
             'intertwined with influences such as The Lumineers, Mumford &amp; '
             'Sons, and Noah Kahan.</p><p>Refresh and connect to best of what '
             'the winter season has to offer. Choose your own indoor and '
             'outdoor winter journey throughout the weekend, including guided '
             'nature walks, snowshoeing (weather permitting), indoor winter '
             'games, documentary films on nature and architecture in our '
             '42-seat Lecture Hall, and mocktail classes.</p><p><strong>Nina '
             'Cooke John</strong>, architect and public artist, will lead a '
             'hands-on materials workshop that connects with her glass collage '
             'work, Material Clarity, commissioned for the <em>With Every '
             'Fiber</em> exhibit.</p><p>Taste a variety of <strong><span '
             'class="notranslate">Grace Farms</span> Tea &amp; Coffee</strong> '
             'blends for winter wellness and rejuvenation in pop-up locations '
             'for the festival.</p><p>\xa0</p><p class="p1">On-site parking '
             'and off-site parking with shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/2b024fa2-4055-fda7-d284-04d9d3437763" '
             'rel="noopener" target="_blank"><span class="s1">available for '
             'purchase here</span></a>. Ride sharing is encouraged as a '
             'convenient option, with several services available '
             'locally.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-31"> Sunday, January 31, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-31"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-winter-festival-with-darren-kiely" '
             'title="Grace Farms Winter Festival with Darren Kiely"> <span '
             'class="notranslate">Grace Farms</span> Winter Festival with '
             'Darren Kiely </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/bab7884a-e597-4b47-5e61-c95e1b77b60d" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
             '</p><h3>About Darren Kiely</h3><p>Hailing from Co. Cork, '
             'Ireland,\u202fDarren\u202fKiely’s\u202ffresh, folk-infused\u202f'
             'sound originates from his inherited love of traditional Irish '
             'music, intertwined with modern influences such as The Lumineers, '
             'Mumford &amp; Sons, and Noah Kahan. At just five years old,\u202f'
             'Darren\u202flearned the tin whistle, and at eight years old he '
             'picked up the fiddle, eventually teaching himself to play guitar '
             'as well.\u202fDarren\u202fbegan singing in 2019, quickly '
             'garnering attention for his raw and fervent vocals and emotive '
             'delivery. After winning numerous honors at a national level in '
             'Irish traditional music,\u202fDarren\u202ffound his way to NYC '
             'in 2022 to continue developing his own music and sound, and soon '
             'after headed to the songwriting hub of Nashville. Signing to '
             'Free Flight Records,\u202fKiely’s unique presentation of\u202f'
             'folk-inspired melodies and production, along with lush '
             'storytelling,\u202fwhich echoes the backdrop of the Irish '
             'countryside where he was raised,\u202fare\u202fthe forefront of '
             'his debut EP,\u202fLost. The seven-track project explores the '
             'triumphant war of overcoming self-doubt, struggling to find '
             'himself, questioning emotions and seeking answers, while his '
             'follow up EP,\u202fFrom The Dark,\u202fKiely\u202ftakes his '
             'craft to new heights as he explores the harsh realities that '
             'come with growing up and moving on.\u202fLost\u202ffeatures '
             'the\u202ftrack “Mom &amp; Dad,” which debuted in the Top 40 on '
             'the Irish Singles Chart and Top 5 on the Irish Homegrown chart, '
             'as well as fan-favorite “Sunrise” which reached No. 1 on the '
             'chart.\u202fFor more information on Kiely, visit\u202f'
             'darrenkiely.com.</p><hr/><h3>2026-2027 season</h3><p>The '
             '2026/2027 season deepens our ongoing exploration of the '
             'programmatic theme, We all build, through a new slate of '
             'one-of-a-kind experiences rooted in our mission to foster more '
             'grace and peace locally and globally. Join us for unforgettable '
             'musical performances, stirring dialogue from today’s leading '
             'thinkers, and community moments — each held in an immersive '
             'setting where boundaries between people, architecture, and '
             'landscape dissolve. Visit us throughout the seasons to sit at '
             'this unique intersection and explore topics that aim to inspire '
             'both introspection and joy. From there, we hope you connect with '
             'our theme that encourages all to build a more graceful and '
             'peaceful world, every day.</p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-31" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-winter-festival-with-darren-kiely%2F2027-01-31" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-01-28>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-01-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011778 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011778"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-28"> Thursday, January 28, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-28"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-02-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:42:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:42:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:42:57 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-02-02>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-02-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011967 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011967"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-02"> Tuesday, February 2, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-02"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:42:58 [scrapy.extensions.logstats] INFO: Crawled 102 pages (at 55 pages/min), scraped 95 items (at 52 items/min)
2026-08-04 18:43:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:01 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-02-04>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-02-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011779 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011779"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-04"> Thursday, February 4, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-04"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/teaching-democratic-discussion-skills/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:01 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/teaching-democratic-discussion-skills>
{'event_url': 'https://gracefarms.org/event/teaching-democratic-discussion-skills',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68364 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-justice '
             'cat_community cat_justice" id="post-68364"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Lecture-Workshop-for-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Lecture-Workshop-for-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Lecture-Workshop-for-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Inspired by Danielle Allen’s '
             'book, <em>Our Declaration</em>, and her work examining the '
             'Declaration of Independence as democratic writing, join <span '
             'class="notranslate">Grace Farms</span> Director of Strategic '
             'Programming, Val McVey, for a workshop on teaching democracy '
             'skills through collaborative discussion strategies. Participants '
             'will receive access to free resources they can implement with '
             'their students.</p><p>This workshop is designed as a teacher '
             'professional development session for secondary '
             'educators.</p><p>A career educator, Val McVey is a former '
             'classroom teacher, curriculum director and professional '
             'development specialist. Prior to joining <span '
             'class="notranslate">Grace Farms</span>, Val was the Director of '
             'Programs for the National Archives Foundation in Washington DC, '
             'and the Director of Curriculum at the Lou Frey Institute of '
             'Politics and Government at the University of Central '
             'Florida.</p></div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Following the workshop, join us for '
             'a\xa0<b><a '
             'href="https://tickets.gracefarms.org/events/0c1973ed-a617-a213-f856-083e5a34ce5c" '
             'rel="noopener" target="_blank"><span class="notranslate">Grace '
             'Farms</span> Lecture with Dr. Danielle Allen</a></b><a '
             'href="https://tickets.gracefarms.org/events/0c1973ed-a617-a213-f856-083e5a34ce5c" '
             'rel="noopener" target="_blank">.</a></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-23"> Saturday, January 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-01-23"> '
             '1:00 pm - 2:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/justice" '
             'rel="tag">Justice</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/1be7a247-2575-90ec-fdc4-8a4196d019db" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/1be7a247-2575-90ec-fdc4-8a4196d019db" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fteaching-democratic-discussion-skills" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fteaching-democratic-discussion-skills" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen>
{'event_url': 'https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-danielle-allen',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67492 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67492"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Danielle-Allen-Photo-Credit-Melissa-Blackall-HR-web.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Danielle-Allen-Photo-Credit-Melissa-Blackall-HR-web.jpg" '
             'width="800"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Danielle-Allen-Photo-Credit-Melissa-Blackall-HR-web.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><strong>Dr. Danielle Allen</strong>, '
             'professor of political philosophy, ethics, and public policy at '
             'Harvard University, draws an arc from the American founding to '
             'the present to explore how the original vision of the '
             'Declaration of Independence can serve us still, even as we also '
             'recognize and remedy its imperfections.</p><p>Allen is James '
             'Bryant Conant University Professor at Harvard University. She is '
             'also director of the Allen Lab for Democracy Renovation at the '
             'Harvard Kennedy School and director of the Democratic Knowledge '
             'Project, a research lab focused on civic education at the '
             'Harvard Graduate School of Education. A professor of political '
             'philosophy, ethics, and public policy, she is also a seasoned '
             'nonprofit leader, democracy advocate, tech ethicist, and '
             'distinguished author. She is a contributing columnist at <em>The '
             'Atlantic Magazine</em>, winner of the 2025 Barry Prize, and was '
             'the 2020 winner of the Library of Congress’ Kluge Prize, which '
             'recognizes scholarly achievement in the disciplines not covered '
             'by the Nobel Prize. She received the Prize “for her '
             'internationally recognized scholarship in political theory and '
             'her commitment to improving democratic practice and civics '
             'education.”</p><p style="color: #ffaf3e; text-align: '
             'left;"><strong>Her lecture will be followed by a chamber music '
             'concert</strong> <span style="color: #000000;">responding to her '
             'work. This musical program is curated by <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             '<strong>Arlen Hlusko</strong>.</span></p><p>Join us before the '
             'Lecture for a workshop on\xa0<b><a '
             'href="https://tickets.gracefarms.org/events/1be7a247-2575-90ec-fdc4-8a4196d019db" '
             'rel="noopener" target="_blank">Teaching Democratic Discussion '
             'Skills</a></b>\xa0with <span class="notranslate">Grace '
             'Farms</span> Director of Strategic Programming,\xa0<b>Val '
             'McVey</b>.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-23"> Saturday, January 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-01-23"> '
             '3:00 pm - 5:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $75 <br/> member: $60</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0c1973ed-a617-a213-f856-083e5a34ce5c" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0c1973ed-a617-a213-f856-083e5a34ce5c" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p><img '
             'alt="" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" decoding="async" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
             'width="1000"/></noscript></p><h3><strong><span '
             'class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span> Lectures with '
             'Concert</strong></h3><p>Experience a moving afternoon of '
             'inspiring dialogue and chamber music while immersed in '
             '360-degree views of the surrounding natural '
             'landscape.</p><p>Visionary leaders who have shaped our world '
             'share a thought-provoking portrait of their life’s work on '
             'the\xa0<span class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span> Sanctuary stage, inviting you to explore '
             'central themes and fundamental questions that define their '
             'distinguished careers. Following these talks, a curated chamber '
             'music concert is performed by some of today’s most celebrated '
             'musicians. This unique musical program thoughtfully responds to '
             'the lecturer’s creative output, grounding this one-of-a-kind '
             'experience rooted in hope, scholarship, and '
             'innovation.</p><p>Past lecturers include <strong>Sharon '
             'Prince</strong>, <strong>Dr. Miroslav Volf</strong>, and '
             '<strong>Dr. Robin Wall '
             'Kimmerer</strong>.</p><hr/><h4><b>2026/2027 '
             'season</b></h4><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme, We all build, through a '
             'new slate of one-of-a-kind experiences rooted in our mission to '
             'foster more grace and peace locally and globally. Join us for '
             'unforgettable musical performances, stirring dialogue from '
             'today’s leading thinkers, and community moments — each held in '
             'an immersive setting where boundaries between people, '
             'architecture, and landscape dissolve. Visit us throughout the '
             'seasons to sit at this unique intersection and explore topics '
             'that aim to inspire both introspection and joy. From there, we '
             'hope you connect with our theme that encourages all to build a '
             'more graceful and peaceful world, every day.</p><h6 '
             'style="text-align: left;">thank you to our 2026-2027 season '
             'sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-danielle-allen" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-danielle-allen" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-01-23>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-01-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012330 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012330"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-23"> Saturday, January 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-23"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-01-23>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-01-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012256 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012256"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-23"> Saturday, January 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-23"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-03-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-03-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011848 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011848"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-05"> Friday, March 5, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-05"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-02-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:43:04 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-03-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-03-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011918 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011918"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-05"> Friday, March 5, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-05"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-02-03>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-02-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012145 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012145"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-03"> Wednesday, February 3, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-03"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-03-04>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-03-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011783 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011783"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-04"> Thursday, March 4, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-04"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:06 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-02-27>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-02-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012317 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012317"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-27"> Saturday, February 27, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-27"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-02-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-02-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011917 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011917"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-26"> Friday, February 26, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-26"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-02-27>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-02-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012260 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012260"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-27"> Saturday, February 27, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-02-25>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-02-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011782 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011782"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-25"> Thursday, February 25, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-25"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-03-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-03-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-03-03>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-03-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012148 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012148"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-03"> Wednesday, March 3, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-03"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-03-02>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-03-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011970 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011970"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-02"> Tuesday, March 2, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-02"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-02-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:18 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-02-24>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-02-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012147 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012147"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-24"> Wednesday, February 24, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-02-20>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-02-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012259 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012259"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-20"> Saturday, February 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-white-green-teas',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68353 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-68353"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Explore the wonderful world of '
             'white and green teas. Learn their distinctions and taste the '
             'wide-ranging flavor profiles of Chinese versus Japanese green '
             'teas. Participants will also be introduced to Chado, the art of '
             'the Japanese tea ceremony, gaining insight into the traditions '
             'and techniques that have shaped tea culture for '
             'centuries.</p><p>Journey Into the World of Tea offers a '
             'tranquil, in-depth exploration of tea traditions through guided '
             'tastings, demonstrations, and engaging conversation. This '
             'six-part series takes place in the glass-enclosed Tea Pavilion, '
             'and is led by <span class="notranslate">Grace Farms</span> Tea '
             'Expert and Educator <strong>Frank Kwei</strong>, who brings '
             'decades of knowledge to each session.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-24"> Wednesday, February 24, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-24"> '
             '3:00 pm - 4:30 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate member: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-green-teas" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-white-green-teas" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-02-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-02-23>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-02-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011969 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011969"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-23"> Tuesday, February 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-23"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/winter-discovery-week-7/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/winter-discovery-week-7>
{'event_url': 'https://gracefarms.org/event/winter-discovery-week-7',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68529 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68529"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Grace-Farms-Family-TOur-Winter-1.png" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Grace-Farms-Family-TOur-Winter-1.png" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Grace-Farms-Family-TOur-Winter-1.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">It’s a '
             'winter wonderland at <span class="notranslate">Grace '
             'Farms</span>! Families can enjoy special programming inspired by '
             'a cozy staycation. Pick up a Discovery Guide at the Welcome Desk '
             'and venture through the River building for hands-on wintertime '
             'activities. Collect stamps at each activity for a small '
             'treat.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-19"> Friday, February 19, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-19"> '
             '10:00 am - 2:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/winter-discovery-week" '
             'title="Winter Discovery Week"> Winter Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-7" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-7" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/cookie-decorating-5/2027-02-19>
{'event_url': 'https://gracefarms.org/event/cookie-decorating-5/2027-02-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012334 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012334"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Decorate '
             'delicious winter-inspired cookies with the entire family. Sugar '
             'cookies will be provided by Pastry Chef and Educator '
             '<strong>Leah Jones</strong>.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-19"> Friday, February 19, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-19"><div class="tribe-recurring-event-time">12:00 '
             'pm - 1:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/cookie-decorating-4" '
             'title="Cookie Decorating"> Cookie Decorating </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$6</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-02-20>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-02-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012316 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012316"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-20"> Saturday, February 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-20"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:26 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-03-27>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-03-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012321 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012321"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-27"> Saturday, March 27, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-27"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:27 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:27 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-04-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-04-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011922 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011922"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-02"> Friday, April 2, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-02"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-04-01>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-04-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011787 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011787"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-01"> Thursday, April 1, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-01"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-derek-gripper-alam-khan',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67416 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67416"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-and-Derek-web-hero.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-and-Derek-web-hero.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-and-Derek-web-hero.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>In a rare and remarkable collaboration, '
             'GRAMMY®-nominated sarodist <strong>Alam Khan</strong> — son of '
             'the legendary Ali Akbar Khan — joins forces with one of South '
             'Africa’s most innovative guitarists, <strong>Derek '
             'Gripper</strong>. Together, Alam and Derek explore the heights '
             'of spontaneous creation, re-imagining great African songs and '
             'Indian melodies in a virtuosic meeting of plucked strings within '
             '<span class="notranslate">Grace Farms</span>’ light-filled and '
             'fully glass-enclosed performance hall within the River '
             'building.</p><p>The two first met in 2025 over a cup of tea, a '
             'meeting that led to a spontaneous trio recording with South '
             'African guitarist Guy Buttery. Alam went on to join Derek in '
             'concerts with Derek’s long-time collaborator, the great Malian '
             'kora virtuoso Ballaké Sissoko, and then in an intimate duo '
             'recording session in the hills of Berkeley, '
             'California.</p><p>Alam and Derek focus on their respective '
             'immersions in deep classical traditions: Alam brings a long '
             'apprenticeship under his father, mastering the infinite art of '
             'raga improvisation within the Indian classical tradition, Derek, '
             'originally trained in European classical and early string music, '
             'has spent years translating the complex language of the West '
             'African kora to the guitar. Through this long study of the '
             '21-string harp, he developed a unique language of cyclical '
             'improvisation, breaking out of the bounds of composed music and '
             'using the polyrhythmic possibilities of classical guitar '
             'technique to re-imagine the beginnings of sound in string music, '
             'from harps and bows of the African continent.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-28"> Sunday, February 28, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-28"> '
             '4:00 pm - 5:15 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> Group A: $100<br/> Group B: $75<br/> '
             'Group C: $50</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/5b4639bd-39ce-1bf5-e1ca-19d54e7e21fb" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/5b4639bd-39ce-1bf5-e1ca-19d54e7e21fb" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
             '</p><h3>Music at <span class="notranslate">Grace '
             'Farms</span></h3><p>This distinctive concert series invites '
             'audiences into the Sanctuary, a glass-enclosed amphitheater, to '
             'experience a one-of-a-kind acoustic music performance timed with '
             'the sunset. Designed by Pritzker Prize-winning firm, SANAA, the '
             'Sanctuary’s glass walls offer 360-degree views of 80 acres of '
             'natural landscapes, while the room’s exceptional acoustics '
             'enhance the musical performances happening within. This unique '
             'setting provides an immersion into a singular moment where music '
             'intertwines with nature and elevates a collective sense of hope '
             'and possibility. Past performers include Yo-Yo Ma, violinist '
             'Joshua Bell, Mon Rovîa, jazz vocalist Dianne Reeves, and <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             'cellist Arlen Hlusko.</p><hr/><h4><strong>About Derek '
             'Gripper</strong></h4><p><img alt="Derek Gripper" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Derek-by-Dimitri-Otis12-web--1024x576.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="Derek Gripper" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Derek-by-Dimitri-Otis12-web--1024x576.jpg" '
             'width="500"/></noscript></p><p>Derek Gripper is one of South '
             'Africa’s leading guitarists whose love of the kora set him '
             'transcribing and recording some of its greatest works, changing '
             'the face of classical guitar.</p><p>When Gripper released “One '
             'Night on Earth,” his first album of kora translations, classical '
             'guitar legend John Williams said he thought it was “absolutely '
             'impossible until I heard Derek Gripper do it,” while kora '
             'maestro Toumani Diabaté asked for confirmation that it was '
             'indeed just one person playing. Both invited Derek to '
             'collaborate with them: Derek performed with Williams in London’s '
             'Shakespeare’s Globe and King’s Place, and with Diabaté and his '
             'Symmetric Orchestra at the Acoustik Festival Bamako, Mali. His '
             '2016 Carnegie Hall debut paired him with Mali’s Trio da Kali, '
             'and the UK’s Songlines honoured him with best album in Africa '
             'and the Middle East for his 2016 album “Libraries on '
             'Fire.”</p><p>Since these two recordings put kora/guitar '
             'translations on the map, his recent recordings “A Year of '
             'Swimming” (2020), “Billy Goes to Durban,” (2021) and “Sleep '
             'Songs for My Daughter” (2022), have incorporated elements of his '
             'kora explorations in original compositions and improvisations, '
             'captured on tape in the field and in studio, while his Bach '
             'recordings have shown that African music has a lot to teach us '
             'about recapturing the natural simplicity of early European '
             'music.</p><p>Touring globally from his home in Cape Town, '
             'Gripper is collaborating with Malian kora master Ballaké Sissoko '
             'on a new duo project, and recording for the record label '
             'Platoon.</p><h4><strong>About Alam Khan</strong></h4><p><img '
             'alt="alam khan" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-web-v2.png" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="alam khan" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Alam-web-v2.png" '
             'width="500"/></noscript></p><p>Two-time Grammy-nominated artist '
             'Alam Khan, Khalifa of the Seni Maihar Gharana and son of the '
             'late legendary maestro of the Sarod, Swara Samrat Ali Akbar '
             'Khan, has been captivating audiences worldwide for over 20 '
             'years.</p><p>Since beginning his training at the age of seven, '
             'Alam was fortunate to learn in the traditional style of Guru and '
             'Shishya (teacher and student) under the careful guidance of his '
             'father. The influence of Ali Akbar Khan’s teachings is evident '
             'in every note Alam plays, as well as in his imaginative '
             'interpretations of ancient ragas passed down from the courts of '
             'Emperor Akbar through Mian Tansen in the 16th '
             'century.</p><p>Alam’s performance career took off when he began '
             'accompanying his father on international stages from 1996 to '
             '2006. During this period, he performed at prestigious venues '
             'such as the Royal Jodhpur Palace, the Dover Lane Music Festival '
             'in Calcutta, New York’s Lincoln Center Jazz Festival, and in '
             'highly acclaimed concerts across the United States, Canada, '
             'Europe, and India.</p><p>While accompanying his father, Alam’s '
             'solo career began to take shape in 1998, and since then he has '
             'established himself as the true heir to Ali Akbar Khan’s legacy. '
             'As one of the leading Sarod players of the Maihar Gharana, Alam '
             'has received praise from musical icons such as Ravi Shankar, '
             'Ustad Vilayat Khan, Pandit Shivkumar Sharma, and Pandit '
             'Buddhadev Dasgupta, among many of India’s finest '
             'musicians.</p><p>Alam has had the privilege of performing '
             'alongside some of India’s greatest Tabla masters, including '
             'Pandit Swapan Chaudhuri, Ustad Zakir Hussain, and Pandit Anindo '
             'Chatterjee, at renowned venues around the world.</p><p>In '
             'addition to his classical work, Alam has collaborated with a '
             'diverse array of artists across various genres, including the '
             'Grammy-winning Tedeschi Trucks Band, Vijay Iyer, Blake Mills, '
             'Anoushka Shankar, Karsh Kale, Beats Antique, Bob Weir, The San '
             'Francisco Symphony, Del Sol Quartet, and Jack Perla, among '
             'others. He is also a founding member of the genre-bending group '
             'Grand Tapestry and the primary composer of The Resonance '
             'Between.</p><p>Alam served as his father’s personal assistant in '
             'his final years, helping with teaching at the Ali Akbar College '
             'of Music in San Rafael, California—a hub for students and lovers '
             'of Indian classical music.</p><p>Following his father’s passing '
             'in 2009, Alam became the Head of Indian Classical Instrumental '
             'Studies at the Ali Akbar College of Music (AACM). He is '
             'dedicated to preserving, performing, and sharing the rich '
             'tradition of Indian classical music with the world, while '
             'helping it flourish in the modern age.</p><hr/><h5><b>2026-2027 '
             'season</b></h5><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme, We all build, through a '
             'new slate of one-of-a-kind experiences rooted in our mission to '
             'foster more grace and peace locally and globally. Join us for '
             'unforgettable musical performances, stirring dialogue from '
             'today’s leading thinkers, and community moments — each held in '
             'an immersive setting where boundaries between people, '
             'architecture, and landscape dissolve. Visit us throughout the '
             'seasons to sit at this unique intersection and explore topics '
             'that aim to inspire both introspection and joy. From there, we '
             'hope you connect with our theme that encourages all to build a '
             'more graceful and peaceful world, every day.</p><h6 '
             'style="text-align: left;">thank you to our 2026-2027 season '
             'sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-derek-gripper-alam-khan" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-derek-gripper-alam-khan" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-03-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-03-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011851 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011851"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-26"> Friday, March 26, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-26"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-04-02>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-04-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011852 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011852"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-02"> Friday, April 2, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-02"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:43:29 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-03-27>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-03-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012264 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012264"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-27"> Saturday, March 27, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:43:29 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:43:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-03-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-03-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011921 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011921"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-26"> Friday, March 26, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-26"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:34 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/2027-design-for-freedom-summit>
{'event_url': 'https://gracefarms.org/event/2027-design-for-freedom-summit',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66803 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-design-for-freedom tribe_events_cat-justice '
             'tribe_events_cat-tours tribe_events_cat-architecture cat_nature '
             'cat_design-for-freedom cat_justice cat_tours cat_architecture" '
             'id="post-66803"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/03/Melani-Lust_111625_Music-at-Grace-Farms-Mon-Rovia_1600x900.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/Melani-Lust_111625_Music-at-Grace-Farms-Mon-Rovia_1600x900.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/03/Melani-Lust_111625_Music-at-Grace-Farms-Mon-Rovia_1600x900.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p style="text-align: center;">“Five years '
             'ago, we asked a simple but urgent question: what if the '
             'buildings we design and inhabit were built with the full dignity '
             'of every person who harvests, mines, and processes the materials '
             'that make them possible? Today, that question is a global '
             'movement. This is our moment.\xa0The construction industry is '
             'now positioned to become a global leader in supply chain '
             'transparency and human rights.”</p><p style="text-align: '
             'center;">– <strong>Sharon Prince, <span '
             'class="notranslate">Grace Farms</span> CEO &amp; '
             'Founder</strong></p><p>\xa0</p><p '
             'class="wp-block-paragraph">The\xa0<strong>2027 Design\xa0for\xa0'
             'Freedom Summit</strong>\xa0arrives at a pivotal moment for the '
             'built environment. Join 550 industry\xa0leaders, policymakers, '
             'manufacturers, investors, developers, architects, and educators '
             'committed to eliminating forced and child labor from the '
             'building materials supply chain.</p><p>\xa0</p><p '
             'style="text-align: center;"><strong>Agenda '
             'Highlights:</strong><br/> Responsible Mining<br/> Material '
             'Innovation<br/> Strengthening Industry Collaboration<br/> '
             'Technology, Data, and Supply Chain Transparency<br/> Ethics '
             '&amp; Circularity</p><p>\xa0</p><p>Reserve your spot at the\xa0'
             '<strong>2027 Design for Freedom Summit</strong>\xa0to advance '
             'the global push toward a more ethical built '
             'environment.</p><p>To stay up to date, please <a '
             'href="https://www.designforfreedom.org/#join-us-anchor">subscribe '
             'to the Design for Freedom newsletter</a>\xa0and follow us on\xa0'
             '<a '
             'href="https://www.linkedin.com/company/68810410/admin/feed/posts/">LinkedIn</a>,\xa0'
             '<a href="https://www.facebook.com/DFFMovement">Facebook</a>, '
             'and\xa0<a '
             'href="https://www.instagram.com/dffmovement/">Instagram</a>.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-31"> Wednesday, March 31, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-03-31"> '
             '8:30 am - 6:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/design-for-freedom" '
             'rel="tag">Design for Freedom</a><a '
             'href="https://gracefarms.org/events/category/justice" '
             'rel="tag">Justice</a><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> Super Early Bird Registration: $250 '
             '(ends 9/22/26)</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://www.designforfreedom.org/2027-summit/" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://www.designforfreedom.org/2027-summit/" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer '
             'Stroll</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2F2027-design-for-freedom-summit" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2F2027-design-for-freedom-summit" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:35 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-03-20>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-03-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012320 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012320"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-20"> Saturday, March 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-20"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-workshop-fantastic-fruits/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/natural-pigment-workshop/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-03-19>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-03-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011920 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011920"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-19"> Friday, March 19, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-19"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-04/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/04\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-04/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-workshop-fantastic-fruits>
{'event_url': 'https://gracefarms.org/event/nature-workshop-fantastic-fruits',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68422 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-68422"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Fantastic-Fruits-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Fantastic-Fruits-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Fantastic-Fruits-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Find inspiration in the fruit plants '
             'and trees at <span class="notranslate">Grace Farms</span> and '
             'learn the history and importance of our native fruits. '
             'Understand the gardening process from start to finish, beginning '
             'with plant choice, garden preparation and management, all the '
             'way to harvesting and preservation. Leave with the <span '
             'class="notranslate">Grace Farms</span> Garden Team’s recommended '
             'varieties and planting instructions to plant your own fruit '
             'trees at home.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-20"> Saturday, March 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-03-20"> '
             '11:00 am - 12:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0a3ef495-7bf7-6759-5eaf-fcb2f29cae91" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0a3ef495-7bf7-6759-5eaf-fcb2f29cae91" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-fantastic-fruits" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-fantastic-fruits" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-03-19>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-03-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011850 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011850"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-19"> Friday, March 19, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-19"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-03-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-03-25>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-03-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011786 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011786"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-25"> Thursday, March 25, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-25"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-03-20>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-03-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012263 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012263"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-20"> Saturday, March 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-03-24>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-03-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012151 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012151"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-24"> Wednesday, March 24, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-03-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:39 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-03-23>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-03-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011973 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011973"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-23"> Tuesday, March 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-23"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/2027-design-for-freedom-summit/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-03-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:44 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-02-26>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-02-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011847 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011847"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the Grace Farms Library paired with hands-on activities '
             'informed by the architecture, art, and landscape at Grace '
             'Farms.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-26"> Friday, February 26, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-26"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-03-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/events/month/2027-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:43:44 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:43:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-03-17>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-03-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012150 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012150"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-17"> Wednesday, March 17, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-03-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra>
{'event_url': 'https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67288 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-design-for-freedom tribe_events_cat-arts '
             'tribe_events_cat-music cat_design-for-freedom cat_arts '
             'cat_music" id="post-67288"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Hannah-Rose-Thomas-2026-update-1.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Hannah-Rose-Thomas-2026-update-1.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Hannah-Rose-Thomas-2026-update-1.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2 style="text-align: center;">Experience '
             'a <span class="notranslate">Grace Farms</span> Lecture by '
             'artist, scholar and advocate <span style="color: #ffaf3e;">Dr. '
             'Hannah Rose Thomas </span>with a performance by a chamber '
             'ensemble of the <span style="color: #ffaf3e;">London '
             'Philharmonic Orchestra</span></h2><p><strong>Dr. Hannah Rose '
             'Thomas</strong> has established a portrait painting practice, '
             'harnessing art as a tool for advocacy. Her work has received '
             'critical acclaim, with exhibitions in prestigious places, '
             'including Buckingham Palace, the UK Houses of Parliament and the '
             'Saatchi Gallery. Through her portfolio of portrait paintings, '
             'she seeks to elevate the voices of the marginalized and '
             'prescribe dignity to the persecuted and forcibly displaced. To '
             'do so, Thomas incorporates early Renaissance and iconography '
             'painting techniques into her work.</p><p>Central to Thomas’s '
             'practice is an understanding of portraiture as an act of gifting '
             '– an offering of attention, dignity, and presence that honors '
             'the irreducible humanity of each individual. Her work also '
             'reflects a deep ethic of hospitality, creating space for '
             'encounter, listening, and relational exchange between artist, '
             'subject, and viewer.</p><p><strong>The concert continues this '
             'dialogue</strong> through music, with a chamber ensemble of the '
             'London Philharmonic Orchestra performing a program responding '
             'both to Thomas’s work and to <span class="notranslate">Grace '
             'Farms</span>.</p><p>In 2023, <span class="notranslate">Grace '
             'Farms</span> hosted the U.S. launch of Thomas’s book, <i>Tears '
             'of Gold</i>, as well as a temporary exhibition of her work. The '
             'book features portraits of Yazidi, Rohingya, and Nigerian women '
             'who have suffered violence in areas of conflict and tells the '
             'women’s stories, providing a testimony to their humanity and '
             'resilience in the face of adversity.</p><p>As of 2025, Thomas’s '
             'life-size portrait painting, <i>Nasreen</i>, of modern slavery '
             'survivor Nasreen Sheikh, has been on view in the <i>With Every '
             'Fiber</i>\xa0exhibit at <span class="notranslate">Grace '
             'Farms</span>. <em>Nasreen</em> was created using egg tempera '
             'paint mixed from natural pigments — a technique traditionally '
             'used for religious art. Thomas’s use of iconography and early '
             'Renaissance painting techniques and gold leaf for portrait '
             'paintings is symbolic of the restoration of dignity and the '
             'sacred value of each individual.</p><p>In 2025, players of the '
             'London Philharmonic Orchestra recorded <i>Woven in Tears</i>, a '
             'composition by Evan Williams commissioned by <span '
             'class="notranslate">Grace Farms</span>. <i>Woven in Tears</i>\xa0'
             'was especially written for the <i>With Every Fiber</i>\xa0'
             'exhibit, and responds to Thomas’s portrait, <i>Nasreen</i>. The '
             'London Philharmonic Orchestra also performed at <span '
             'class="notranslate">Grace Farms</span>’ 9th Annual Benefit in '
             '2024.</p><p>\xa0</p><p>Join us before the Lecture for a\xa0<a '
             'href="https://tickets.gracefarms.org/events/24ee5e00-2348-c2ed-736c-e3782a356750" '
             'rel="noopener" target="_blank">Natural Pigments Workshop</a>\xa0'
             'with artist and <span class="notranslate">Grace Farms</span> '
             'Educator\xa0<b>Grayson Kennedy</b>.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-14"> Sunday, March 14, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-03-14"> '
             '3:00 pm - 5:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/design-for-freedom" '
             'rel="tag">Design for Freedom</a><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $75 <br/> member: $60</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/7fd6e325-49c8-1472-9c15-638313932e74" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/7fd6e325-49c8-1472-9c15-638313932e74" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p><img '
             'alt="" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" decoding="async" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
             'width="1000"/></noscript></p><h3><strong><span '
             'class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span> Lectures with '
             'Concert</strong></h3><p>Experience a moving afternoon of '
             'inspiring dialogue and chamber music while immersed in '
             '360-degree views of the surrounding natural '
             'landscape.</p><p>Visionary leaders who have shaped our world '
             'share a thought-provoking portrait of their life’s work on '
             'the\xa0<span class="notranslate"><span class="notranslate">Grace '
             'Farms</span></span> Sanctuary stage, inviting you to explore '
             'central themes and fundamental questions that define their '
             'distinguished careers. Following these talks, a curated chamber '
             'music concert is performed by some of today’s most celebrated '
             'musicians. This unique musical program thoughtfully responds to '
             'the lecturer’s creative output, grounding this one-of-a-kind '
             'experience rooted in hope, scholarship, and '
             'innovation.</p><p>Past lecturers include <strong>Sharon '
             'Prince</strong>, <strong>Dr. Miroslav Volf</strong>, and '
             '<strong>Dr. Robin Wall '
             'Kimmerer</strong>.</p><hr/><h4><b>2026/2027 '
             'season</b></h4><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme, We all build, through a '
             'new slate of one-of-a-kind experiences rooted in our mission to '
             'foster more grace and peace locally and globally. Join us for '
             'unforgettable musical performances, stirring dialogue from '
             'today’s leading thinkers, and community moments — each held in '
             'an immersive setting where boundaries between people, '
             'architecture, and landscape dissolve. Visit us throughout the '
             'seasons to sit at this unique intersection and explore topics '
             'that aim to inspire both introspection and joy. From there, we '
             'hope you connect with our theme that encourages all to build a '
             'more graceful and peaceful world, every day.</p><h6 '
             'style="text-align: left;">thank you to our 2026-2027 season '
             'sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-hannah-rose-thomas-and-a-chamber-ensemble-of-the-london-philharmonic-orchestra" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-03-16>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-03-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011972 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011972"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-16"> Tuesday, March 16, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-16"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/natural-pigment-workshop/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/spring-stroll/2027-03-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/natural-pigment-workshop>
{'event_url': 'https://gracefarms.org/event/natural-pigment-workshop',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68455 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'cat_arts" id="post-68455"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Natural-Pigment-Workshop_web3.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Natural-Pigment-Workshop_web3.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Natural-Pigment-Workshop_web3.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join <span class="notranslate">Grace '
             'Farms</span> Educator and artist,\xa0<b>Grayson Kennedy</b>\xa0'
             'for an immersive experience exploring the process of creating '
             'pigments. Follow a special tour of the\xa0<i>With Every '
             'Fiber</i>\xa0exhibit, highlighting\xa0<b>Dr. Hannah Rose '
             'Thomas’</b>\xa0work,\xa0<i>Nasreen</i>, and learn about the '
             'intentional processes and sourcing of natural pigments. Kennedy '
             'will demonstrate egg tempera techniques as seen in Thomas’s '
             'paintings, highlighting the inherent beauty of earth as a '
             'natural resource for art.</p><p>Following the workshop, join us '
             'for a\xa0<a '
             'href="https://tickets.gracefarms.org/events/7fd6e325-49c8-1472-9c15-638313932e74"><span '
             'class="notranslate">Grace Farms</span> Lecture with Concert '
             'featuring Dr. Hannah Rose Thomas and a chamber ensemble of the '
             'London Philharmonic Orchestra</a>.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-14"> Sunday, March 14, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-03-14"> '
             '1:00 pm - 2:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/24ee5e00-2348-c2ed-736c-e3782a356750" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/24ee5e00-2348-c2ed-736c-e3782a356750" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnatural-pigment-workshop" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnatural-pigment-workshop" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-03-13>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-03-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012319 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012319"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-13"> Saturday, March 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-13"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/spring-stroll/2027-03-13>
{'event_url': 'https://gracefarms.org/event/spring-stroll/2027-03-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011944 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011944"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Stroll-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Stroll-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Stroll-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience the beauty of <span '
             'class="notranslate">Grace Farms</span> throughout every season '
             'during a guided walk through the landscape with the <span '
             'class="notranslate">Grace Farms</span> Garden Team. This '
             'immersive spring outing invites participants to slow down, '
             'notice the shifting signs of the season, and discover the '
             'vibrant plant and animal life that makes this landscape so '
             'special.</p><p>Along the way, explore the purpose and '
             'interconnectedness of surrounding ecosystems, and consider our '
             'role in sustaining and enriching them.</p><p>This walk moves at '
             'a casual pace, but includes uneven terrain not suitable for '
             'strollers, wheelchairs, or walkers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-13"> Saturday, March 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-13"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/spring-stroll" title="Spring '
             'Stroll"> Spring Stroll </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/599d5b5e-89ab-537d-15d4-982b3e1791e3" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/599d5b5e-89ab-537d-15d4-982b3e1791e3" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspring-stroll%2F2027-03-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspring-stroll%2F2027-03-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-03-18>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-03-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011785 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011785"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-18"> Thursday, March 18, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-18"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:47 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-15>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68618 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68618"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-14"> Sunday, March 14, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-03-14"> '
             '12:00 pm - 2:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-03-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-03-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-03-11>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-03-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011784 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011784"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-11"> Thursday, March 11, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-11"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-03-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:43:53 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-03-10>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-03-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012149 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012149"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-10"> Wednesday, March 10, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-03-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-03-13>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-03-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012262 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012262"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-13"> Saturday, March 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-03-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-03-09>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-03-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011971 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011971"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-09"> Tuesday, March 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-09"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-03-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-04-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-04-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011926 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011926"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-30"> Friday, April 30, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-30"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-03-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:43:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:43:57 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-03-12>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-03-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011849 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011849"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-12"> Friday, March 12, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-12"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-03-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:43:58 [scrapy.extensions.logstats] INFO: Crawled 158 pages (at 56 pages/min), scraped 149 items (at 54 items/min)
2026-08-04 18:44:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:00 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-04-24>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-04-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012268 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012268"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-24"> Saturday, April 24, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:01 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-04-30>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-04-30',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011856 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011856"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-30"> Friday, April 30, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-30"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-30" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-30" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:01 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-04-28>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-04-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012155 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012155"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-28"> Wednesday, April 28, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-28"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock>
{'event_url': 'https://gracefarms.org/event/grace-farms-lectures-with-concert-dr-sian-leah-beilock',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67292 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67292"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Sian-Beilock-2026-headshot-updated.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Sian-Beilock-2026-headshot-updated.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Sian-Beilock-2026-headshot-updated.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><strong>Dr. Sian Leah Beilock</strong> '
             'is the 19th President of Dartmouth. Since 2023, she has '
             'positioned Dartmouth as a global leader on the most critical '
             'issues facing higher education. Under her leadership, Dartmouth '
             'has dramatically expanded affordability for middle-income '
             'families and championed the importance of civil dialogue. A '
             'distinguished cognitive scientist, President Beilock is one of '
             'the world’s foremost experts on performance under pressure. She '
             'is a member of the American Academy of Arts and Sciences, the '
             'American Academy of Arts and Letters, and the National Academy '
             'of Medicine. She also serves as an External Director on the '
             'Bridgewater Associates Board of Directors.</p><p>She has worked '
             'with Fortune 500 companies, professional sports teams, and '
             'public-sector leaders to build high-performing teams and create '
             'environments that attract, retain, and get the best out of their '
             'talent. President Beilock has authored 120 peer-reviewed papers, '
             'and two critically acclaimed books — <em>Choke</em> and <em>How '
             'the Body Knows Its Mind</em>. Her 2017 TED talk on performing '
             'under pressure has been viewed nearly 3 million times. '
             'Previously, President Beilock served as President of Barnard '
             'College at Columbia University and Executive Vice Provost at the '
             'University of Chicago, where she was also the Stella M. Rowley '
             'Professor of Psychology.</p><p style="color: #ffaf3e; '
             'text-align: left;"><strong>Her lecture will be followed by a '
             'chamber music concert</strong> <span style="color: '
             '#000000;">responding to her work. This musical program is '
             'curated by <span class="notranslate">Grace Farms</span> '
             'Artist-in-Residence <strong>Arlen '
             'Hlusko</strong>.</span></p><p>Join us before the Lecture for\xa0'
             '<a '
             'href="https://tickets.gracefarms.org/events/27a18b76-3b4c-d693-2db6-8a601f2b137a" '
             'rel="noopener" target="_blank">The River Retreat | Walking Tour '
             'and Reflective Journaling</a>, a workshop inspired by Beilock’s '
             'book\xa0<i>How the Body Knows Its Mind</i>.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-24"> Saturday, April 24, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-04-24"> '
             '3:00 pm - 5:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $75 <br/> member: $60</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/4e642d81-7614-3a34-0800-71902a2ca05e" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/4e642d81-7614-3a34-0800-71902a2ca05e" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p><img '
             'alt="" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" decoding="async" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/2627-lectures-hero.jpg" '
             'width="1000"/></noscript></p><h3><strong><span '
             'class="notranslate">Grace Farms</span> Lectures with '
             'Concert</strong></h3><p>Experience a moving afternoon of '
             'inspiring dialogue and chamber music while immersed in '
             '360-degree views of the surrounding natural '
             'landscape.</p><p>Visionary leaders who have shaped our world '
             'share a thought-provoking portrait of their life’s work on the '
             '<span class="notranslate">Grace Farms</span> Sanctuary stage, '
             'inviting you to explore central themes and fundamental questions '
             'that define their distinguished careers. Following these talks, '
             'a curated chamber music concert is performed by some of today’s '
             'most celebrated musicians. This unique musical program '
             'thoughtfully responds to the lecturer’s creative output, '
             'grounding this one-of-a-kind experience rooted in hope, '
             'scholarship, and innovation.</p><p>Past lecturers include '
             '<strong>Sharon Prince</strong>, <strong>Dr. Miroslav '
             'Volf</strong>, and <strong>Dr. Robin Wall '
             'Kimmerer</strong>.</p><hr/><h4><b>2026/2027 '
             'season</b></h4><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme, We all build, through a '
             'new slate of one-of-a-kind experiences rooted in our mission to '
             'foster more grace and peace locally and globally. Join us for '
             'unforgettable musical performances, stirring dialogue from '
             'today’s leading thinkers, and community moments — each held in '
             'an immersive setting where boundaries between people, '
             'architecture, and landscape dissolve. Visit us throughout the '
             'seasons to sit at this unique intersection and explore topics '
             'that aim to inspire both introspection and joy. From there, we '
             'hope you connect with our theme that encourages all to build a '
             'more graceful and peaceful world, every day.</p><h6 '
             'style="text-align: left;">thank you to our 2026-2027 season '
             'sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-sian-leah-beilock" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-lectures-with-concert-dr-sian-leah-beilock" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-04-24>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-04-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012331 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012331"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-24"> Saturday, April 24, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-24"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-04-29>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-04-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011791 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011791"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-29"> Thursday, April 29, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling>
{'event_url': 'https://gracefarms.org/event/the-river-retreat-walking-tour-and-reflective-journaling',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68510 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry" id="post-68510"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/RiverRetreat_Thumb.png" '
             'decoding="async" fetchpriority="high" height="350" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/RiverRetreat_Thumb.png" '
             'width="500"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="350" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/RiverRetreat_Thumb.png" '
             'width="500"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Take a walking tour of the River '
             'building with a focus on reflection and purpose. Consider the '
             'question – What is the shape of a flourishing life? as you '
             'meander outside, enjoy nature, and take a pause to '
             'reflect.</p><p>This workshop is inspired by\xa0<b>Sian Leah '
             'Beilock</b>’s book\xa0<i>How the Body Knows Its Mind</i>\xa0and '
             'her work as a cognitive scientist examining how nature and '
             'exercise can benefit the brain and a person’s ability to think '
             'creatively.</p><p>Following the workshop, join us for a\xa0<a '
             'href="https://tickets.gracefarms.org/events/4e642d81-7614-3a34-0800-71902a2ca05e" '
             'rel="noopener" target="_blank"><span class="notranslate">Grace '
             'Farms</span> Lecture with Concert featuring Dr. Sian Leah '
             'Beilock</a>.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-24"> Saturday, April 24, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-04-24"> '
             '12:30 pm - 2:00 pm</div></dd></div></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/27a18b76-3b4c-d693-2db6-8a601f2b137a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/27a18b76-3b4c-d693-2db6-8a601f2b137a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fthe-river-retreat-walking-tour-and-reflective-journaling" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fthe-river-retreat-walking-tour-and-reflective-journaling" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-04-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-04-21>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-04-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012154 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012154"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-21"> Wednesday, April 21, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-21"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-workshop-spring-ephemerals/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-workshop-spring-ephemerals>
{'event_url': 'https://gracefarms.org/event/nature-workshop-spring-ephemerals',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68439 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-68439"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Ephemerals-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Ephemerals-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Ephemerals-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>After a cold winter, native spring '
             'ephemerals delight us with their amazing colors, fragrance, and '
             'diversity. A sign that spring is just around the corner, their '
             'blooms provide the first nectar and pollen, an important habitat '
             'for our overwintering insects. Learn all about these amazing '
             'ephemerals, their varieties, care, and design in the landscape '
             'through a brief presentation and walk through the '
             'landscape.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-17"> Saturday, April 17, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-04-17"> '
             '11:00 am - 12:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/5912af5e-3496-16be-c90f-f36a2ca7f580" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/5912af5e-3496-16be-c90f-f36a2ca7f580" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-spring-ephemerals" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-spring-ephemerals" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2027-04-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011821 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011821"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Explore the dynamic world of '
             'oolongs and pu-erh teas. Albeit lesser known in the U.S., oolong '
             'and pu-erh drive the tea culture in China and Taiwan. Sample and '
             'compare the flavor profile of floral green oolongs and fruity '
             'dark oolongs and learn about the unique characteristics of aged '
             'pu-erh teas. Stretch your palate and explore the complex tastes '
             'of raw green pu-erhs and earthy dark cooked '
             'pu-erhs.</p><p>Journey Into the World of Tea offers a tranquil, '
             'in-depth exploration of tea traditions through guided tastings, '
             'demonstrations, and engaging conversation. This six-part series '
             'takes place in the glass-enclosed Tea Pavilion, and is led by '
             '<span class="notranslate">Grace Farms</span> Tea Expert and '
             'Educator <strong>Frank Kwei,</strong> who brings decades of '
             'knowledge to each session.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-21"> Wednesday, April 21, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-21"><div class="tribe-recurring-event-time">3:00 '
             'pm - 4:30 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate member: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-oolong-and-pu-erhs-2%2F2027-04-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-oolong-and-pu-erhs-2%2F2027-04-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-04-23>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-04-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011925 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011925"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-23"> Friday, April 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-23"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-04-22>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-04-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011790 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011790"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-22"> Thursday, April 22, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-04-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-04-20>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-04-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011976 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011976"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-20"> Tuesday, April 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:14 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-02-05>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-02-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011844 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011844"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the Grace Farms Library paired with hands-on activities '
             'informed by the architecture, art, and landscape at Grace '
             'Farms.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-05"> Friday, February 5, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-05"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:16 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:16 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-04-23>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-04-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011855 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011855"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-23"> Friday, April 23, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-23"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-04-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:17 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-04-27>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-04-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011977 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011977"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-27"> Tuesday, April 27, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-04-16>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-04-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011924 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011924"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-16"> Friday, April 16, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-16"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-04-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-04-16>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-04-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011854 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011854"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-16"> Friday, April 16, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-16"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-04-14>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-04-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012153 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012153"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-14"> Wednesday, April 14, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-14"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/events/month/2027-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/spring-stroll/2027-04-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-04-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-04-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-30/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/spring-stroll/2027-04-10>
{'event_url': 'https://gracefarms.org/event/spring-stroll/2027-04-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011945 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011945"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Stroll-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Stroll-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Spring-Stroll-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience the beauty of <span '
             'class="notranslate">Grace Farms</span> throughout every season '
             'during a guided walk through the landscape with the <span '
             'class="notranslate">Grace Farms</span> Garden Team. This '
             'immersive spring outing invites participants to slow down, '
             'notice the shifting signs of the season, and discover the '
             'vibrant plant and animal life that makes this landscape so '
             'special.</p><p>Along the way, explore the purpose and '
             'interconnectedness of surrounding ecosystems, and consider our '
             'role in sustaining and enriching them.</p><p>This walk moves at '
             'a casual pace, but includes uneven terrain not suitable for '
             'strollers, wheelchairs, or walkers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-10"> Saturday, April 10, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-10"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/spring-stroll" title="Spring '
             'Stroll"> Spring Stroll </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/599d5b5e-89ab-537d-15d4-982b3e1791e3" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/599d5b5e-89ab-537d-15d4-982b3e1791e3" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspring-stroll%2F2027-04-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspring-stroll%2F2027-04-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-04-17>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-04-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012267 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012267"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-17"> Saturday, April 17, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:21 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-04-15>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-04-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011789 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011789"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-15"> Thursday, April 15, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67203 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67203"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/AOIFE_O_DONONVAN-CRICH_GILLIGAN_IMG_8130-web-crop.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/AOIFE_O_DONONVAN-CRICH_GILLIGAN_IMG_8130-web-crop.jpg" '
             'width="800"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/AOIFE_O_DONONVAN-CRICH_GILLIGAN_IMG_8130-web-crop.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><strong>Aoife O’Donovan</strong>, '
             'vocals, acoustic guitar<br/> <strong>Eric Jacobsen, '
             '</strong>cello<br/> <strong>Colin Jacobsen, '
             '</strong>violin</p><p>Grammy Award-winning singer and songwriter '
             '<strong>Aoife O’Donovan</strong> brings her singular voice to an '
             'intimate afternoon that moves freely between solitude and '
             'conversation — between the quiet power of a single voice and the '
             'warmth of strings intertwined.</p><p>Born from an Irish-American '
             'musical sensibility that stretches from the hills of Appalachia '
             'to the Celtic songs of her summers in Ireland, O’Donovan has '
             'earned her place as one of the most captivating storytellers in '
             'American folk music. Drawing from her celebrated catalog — '
             'including her acclaimed albums <em>Age of Apathy</em>, <em>In '
             'the Magic Hour</em>, and <em>All My Friends</em>\xa0— she '
             'performs a set of songs that are tender, searching, and quietly '
             'enchanting.</p><p>A natural collaborator — founding member of '
             'the beloved string band Crooked Still and one-third of the '
             'Grammy-winning folk trio I’m With Her alongside Sara Watkins and '
             'Sarah Jarosz — O’Donovan has earned ten Grammy nominations '
             'across a career built not on going it alone, but on the alchemy '
             'that happens when kindred musical spirits find each '
             'other.</p><p>Joining her are two of contemporary classical '
             'music’s most imaginative voices: cellist Eric Jacobsen and '
             'violinist Colin Jacobsen, brothers whose careers have been '
             'defined by a restless curiosity that carries them far beyond '
             'genre. Co-founders of the groundbreaking string quartet Brooklyn '
             'Rider and the chamber orchestra The Knights, the Jacobsens bring '
             'with them a rare combination of classical rigor and an '
             'adventurer’s ear — qualities that make them natural companions '
             'for O’Donovan’s own genre-defying art.</p><p>The afternoon '
             'unfolds in two registers: solo moments where O’Donovan stands '
             'alone with nothing but her voice and guitar, raw and unhurried — '
             'and collaborative passages where cello and violin surround her '
             'melodies in constant conversation. Expect a performance of '
             'profound musicianship, unexpected beauty, and the rare feeling '
             'that something unrepeatable is happening right in front of '
             'you.</p><p class="p1">On-site parking and off-site parking with '
             'shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/019de4cf-9b90-2253-f9ff-d545b0d90d06" '
             'rel="noopener" target="_blank"><span class="s1">available for '
             'purchase here</span></a>. Ride sharing is encouraged as a '
             'convenient option, with several services available '
             'locally.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-11"> Sunday, April 11, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-04-11"> '
             '4:00 pm - 5:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> Group A: $100<br/> Group B: $75<br/> '
             'Group C: $50<br/> <i>member discount does not apply to this '
             'event</i></dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/a012f895-9643-26fc-4afb-43de08384aef" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/a012f895-9643-26fc-4afb-43de08384aef" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
             '</p><p style="text-align: center;"><iframe '
             'allowfullscreen="allowfullscreen" data-lazy-type="iframe" '
             'data-src="https://www.youtube.com/embed/_L4Ojwnr89Y?si=GTBZK5HQ99zhowyH" '
             'frameborder="0" height="315" title="YouTube video player" '
             'width="560">&amp;lt;span data-mce-type="bookmark" '
             'style="display: inline-block; width: 0px; overflow: hidden; '
             'line-height: 0;" class="lazy lazy-hidden '
             'mce_SELRES_start"&amp;gt;\ufeff&amp;lt;/span&amp;gt;</iframe><noscript><iframe '
             'allowfullscreen="allowfullscreen" frameborder="0" height="315" '
             'src="https://www.youtube.com/embed/_L4Ojwnr89Y?si=GTBZK5HQ99zhowyH" '
             'title="YouTube video player" width="560">&amp;lt;span '
             'data-mce-type="bookmark" style="display: inline-block; width: '
             '0px; overflow: hidden; line-height: 0;" '
             'class="mce_SELRES_start"&amp;gt;\ufeff&amp;lt;/span&amp;gt;</iframe></noscript></p><h3>Music '
             'at <span class="notranslate">Grace Farms</span></h3><p>This '
             'distinctive concert series invites audiences into the Sanctuary, '
             'a glass-enclosed amphitheater, to experience a one-of-a-kind '
             'acoustic music performance timed with the sunset. Designed by '
             'Pritzker Prize-winning firm, SANAA, the Sanctuary’s glass walls '
             'offer 360-degree views of 80 acres of natural landscapes, while '
             'the room’s exceptional acoustics enhance the musical '
             'performances happening within. This unique setting provides an '
             'immersion into a singular moment where music intertwines with '
             'nature and elevates a collective sense of hope and possibility. '
             'Past performers include Yo-Yo Ma, violinist Joshua Bell, Mon '
             'Rovîa, jazz vocalist Dianne Reeves, and <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             'cellist Arlen Hlusko.</p><hr/><h4><strong>About Aoife '
             'O’Donovan</strong></h4><p>Aoife O’Donovan is a Grammy-award '
             'winning singer, songwriter and multi-instrumentalist whose music '
             'radiates with a timeless charm and contemporary allure beyond '
             'genre. Deemed “a vocalist of unerring instinct” by The New York '
             'Times, O’Donovan has released four critically-acclaimed solo '
             'albums including 2022’s Age of Apathy and 2024’s All My Friends, '
             'which earned a collective 5 Grammy nominations. O’Donovan is a '
             'founding member and lead vocalist of the progressive folk band '
             'Crooked Still, and one-third of the folk trio I’m With Her, '
             'alongside bandmates Sara Watkins and Sarah Jarosz. She is the '
             'featured vocalist on The Goat Rodeo Sessions (whose members '
             'include Yo-Yo Ma), performed with over a dozen symphonies '
             'including the National Symphony Orchestra, and spent a decade as '
             'a regular contributor to the radio variety shows “Live From '
             'Here” and “A Prairie Home '
             'Companion”.</p><h4></h4><h4><strong>About Eric '
             'Jacobsen</strong></h4><p>Already well-established as one of '
             'classical music’s most exciting and innovative young conductors, '
             'Eric Jacobsen combines fresh interpretations of the traditional '
             'canon with cutting-edge collaborations across musical genres. '
             'Hailed by the New York Times as “an interpretive dynamo,” Eric, '
             'as both a conductor and a cellist, has built a reputation for '
             'engaging audiences with innovative and collaborative '
             'programming. Eric is Music Director at both the Virginia '
             'Symphony orchestra and the Orlando Philharmonic Orchestra, where '
             'he continues to pioneer programming and community engagement in '
             'new and exciting directions. Eric was also recently named the '
             'Principal Guest Conductor of the Classical Tahoe Musical '
             'Festival. Eric is also artistic director and co-founder of The '
             'Knights, the uniquely adventurous NYC-based chamber orchestra. '
             'The ensemble, founded with his brother, violinist Colin '
             'Jacobsen, grew out of late-night music reading parties with '
             'friends, good food and drink, and conversation. Current '
             'endeavors include a residency at Carnegie Hall, and an extensive '
             'recording collection, including albums with longtime '
             'collaborators Yo-Yo Ma, Gil Shaham, Aaron Diehl, Gabe Kahane, '
             'and Anna Clyne. Eric brings joy, storytelling, and a touch of '
             'humor to what he describes as “musical conversations” that '
             'delight audiences around the world, including those who do not '
             'traditionally attend classical music '
             'concerts.</p><h4></h4><h4><strong>About Colin '
             'Jacobsen</strong></h4><p>Violinist and composer Colin Jacobsen '
             'is “one of the most interesting figures on the classical music '
             'scene” (Washington Post). Since the early 2000’s, Jacobsen has '
             'forged an intriguing path in the cultural landscape of our time, '
             'collaborating with an astonishingly wide range of artists across '
             'diverse traditions and disciplines while constantly looking for '
             'news to connect with audiences. For his work as a founding '
             'member of two game-changing, audience-expanding ensembles – the '
             'string quartet Brooklyn Rider and orchestra The Knights – '
             'Jacobsen was selected from among the nation’s top visual, '
             'performing, media, and literary artists to receive a prestigious '
             'and substantial United States Artists Fellowship. He is also '
             'active as an Avery Fisher Career Grant-winning soloist and has '
             'toured with Silkroad since its founding by cellist Yo-Yo Ma in '
             '2000 at Tanglewood. Starting in the 2022/23 season, Jacobsen '
             'assumes the position of Artistic Director of Santa Fe Pro '
             'Musica, an organization with which he has had a fruitful '
             'long-term association as a guest soloist and '
             'leader.</p><hr/><h5>2026-2027 season</h5><p>The 2026/2027 season '
             'deepens our ongoing exploration of the programmatic theme, We '
             'all build, through a new slate of one-of-a-kind experiences '
             'rooted in our mission to foster more grace and peace locally and '
             'globally. Join us for unforgettable musical performances, '
             'stirring dialogue from today’s leading thinkers, and community '
             'moments — each held in an immersive setting where boundaries '
             'between people, architecture, and landscape dissolve. Visit us '
             'throughout the seasons to sit at this unique intersection and '
             'explore topics that aim to inspire both introspection and joy. '
             'From there, we hope you connect with our theme that encourages '
             'all to build a more graceful and peaceful world, every '
             'day.</p><h6 style="text-align: left;">thank you to our 2026-2027 '
             'season sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-aoife-odonovanwith-eric-colin-jacobsen" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-03-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-03-12>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-03-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011919 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011919"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-12"> Friday, March 12, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-12"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-03-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-04-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:23 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-04-13>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-04-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011975 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011975"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-13"> Tuesday, April 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-04-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:28 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-04-09>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-04-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011853 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011853"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-09"> Friday, April 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-09"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-04-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-04-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-04-08>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-04-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011788 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011788"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-08"> Thursday, April 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-04-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-04-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-04-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:28 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-04-07>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-04-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012152 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012152"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-07"> Wednesday, April 7, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-07"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-04-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-04-10>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-04-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012323 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012323"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-10"> Saturday, April 10, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-10"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-04-09>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-04-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011923 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011923"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-09"> Friday, April 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-09"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-04-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-04-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:29 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-04-06>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-04-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011974 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011974"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-06"> Tuesday, April 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-04-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-04-10>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-04-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012266 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012266"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-10"> Saturday, April 10, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/local-ingredients/2027-04-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/local-ingredients/2027-04-04>
{'event_url': 'https://gracefarms.org/event/local-ingredients/2027-04-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012215 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012215"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p>Join '
             '<span class="notranslate">Grace Farms</span> Pastry Chef and '
             'Educator <strong>Leah Jones</strong> for an interactive workshop '
             'exploring the global context behind the foods we eat. Consider '
             'everyday ingredients and local groceries through a global '
             'perspective and uncover why cooking seasonal meals can bolster '
             'your community while having a greater global '
             'impact.</p><p>Chef’s Palate, hosted by <span '
             'class="notranslate">Grace Farms</span> Founding Pastry Chef and '
             'educator Leah Jones, is a family-friendly series of educational '
             'conversations designed to explore all the ways in which food '
             'intersects many aspects of our lives.</p><p>Leah Jones has more '
             'than 15 years of food service and culinary experience and has '
             'been with <span class="notranslate">Grace Farms</span> since its '
             'opening in 2015. She leads recipe research and development for '
             'all baking and pastry programs. She feels strongly about '
             'creating a more sustainable and equitable food system, both '
             'locally and globally, and upholds a zero-food waste approach '
             'when it comes to baking. She holds a B.S. in Baking &amp; Pastry '
             'Arts and Food Service Management from Johnson &amp; Wales '
             'University.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-04"> Sunday, April 4, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-04"><div class="tribe-recurring-event-time">3:00 '
             'pm - 4:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/chefs-palate-local-ingredients-global-perspective" '
             'title="Chef’s Palate | Local Ingredients, Global Perspective"> '
             'Chef’s Palate | Local Ingredients, Global Perspective '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/4c37848c-c91f-aad3-645e-6b859de64daa" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/4c37848c-c91f-aad3-645e-6b859de64daa" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Flocal-ingredients%2F2027-04-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Flocal-ingredients%2F2027-04-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-04-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011771 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011771"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-03"> Saturday, April 3, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-03"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-04-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-04-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-04-17>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-04-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012324 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012324"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-17"> Saturday, April 17, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-17"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-04-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-04-03>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-04-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012322 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012322"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-03"> Saturday, April 3, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-03"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-04-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-05-29>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-05-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012273 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012273"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-29"> Saturday, May 29, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-29"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-05-28>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-05-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011930 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011930"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-28"> Friday, May 28, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-28"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-04-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-04-03>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-04-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012265 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012265"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-04-03"> Saturday, April 3, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-04-03"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-04-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06>
{'event_url': 'https://gracefarms.org/event/art-architecture-film-saturdays/2027-03-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012218 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012218"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Join us '
             'throughout the winter season for films in the Lecture Hall that '
             'celebrate architecture, nature and their impact on people and '
             'communities. These curated documentary films explore the power '
             'of the built environment and the landscape around us to enrich '
             'our human experience and remind us of our capacity to create '
             'positive change in the world.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-06"> Saturday, March 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-06"><div class="tribe-recurring-event-time">1:00 '
             'pm - 3:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/art-architecture-film-saturdays" '
             'title="Art &amp; Architecture Film Saturdays"> Art &amp; '
             'Architecture Film Saturdays </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-architecture-film-saturdays%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-architecture-film-saturdays%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-28/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-05-28>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-05-28',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011860 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011860"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-28"> Friday, May 28, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-28"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-28" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-28" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:45 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-05-21>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-05-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011859 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011859"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-21"> Friday, May 21, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-21"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-27/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-05-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-05-27>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-05-27',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011795 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011795"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-27"> Thursday, May 27, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-27"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-27" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-27" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-05-25>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-05-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011981 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011981"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-25"> Tuesday, May 25, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-25"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/birdwatching-walk-4/2027-05-22>
{'event_url': 'https://gracefarms.org/event/birdwatching-walk-4/2027-05-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011762 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011762"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph">Birdwatchers of all ages and '
             'experience are invited to join birding expert <strong>Brian '
             'O’Toole</strong>, the Visitor Service Manager for the Stamford '
             'Museum and Nature Center. Through these guided walks, connect '
             'with the purpose of the ecosystems we inhabit, the vibrant life '
             'that’s a part of it, and our role in maintaining and adding to '
             'it.<p></p><p>Brian O’Toole serves on the Board of Directors for '
             'the Connecticut Ornithological Association. Previously, he '
             'served as a board member for the Greenwich Audubon Society, was '
             'the compiler for the Greenwich-Stamford Christmas Bird Count as '
             'well as the paid hawk counter for the Quaker Ridge Hawkwatch for '
             'many years. He worked as a naturalist, camp counselor and store '
             'manager at the Greenwich Audubon Center and was a Visitor '
             'Services Manager at Connecticut’s Beardsley Zoo. Currently he is '
             'the Visitor Services Manager at the Stamford Museum &amp; Nature '
             'Center in Stamford, CT.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-22"> Saturday, May 22, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-22"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/birdwatching-walk-4" '
             'title="Birdwatching Walk"> Birdwatching Walk </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$8</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4748-70ae-2da1-87f7-5fc77f8cbb55" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4748-70ae-2da1-87f7-5fc77f8cbb55" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-4%2F2027-05-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-4%2F2027-05-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:44:46 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-05-21>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-05-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011929 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011929"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-21"> Friday, May 21, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-21"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-05-22>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-05-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012272 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012272"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-22"> Saturday, May 22, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-05-22>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-05-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012327 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012327"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-22"> Saturday, May 22, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-22"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-05-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-05-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mindful-market/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-05-18>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-05-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011980 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011980"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-18"> Tuesday, May 18, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-18"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-05-19>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-05-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012158 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012158"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-19"> Wednesday, May 19, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-05-20>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-05-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011794 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011794"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-20"> Thursday, May 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-05-15>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-05-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012326 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012326"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-15"> Saturday, May 15, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-15"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-05-14>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-05-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011928 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011928"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-14"> Friday, May 14, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-14"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2027-05-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011820 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011820"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Explore '
             'the rich history behind the major black teas of the world. Taste '
             'the differences between samples from famous regions in India '
             'like Darjeeling and Assam, including the Full Moon Darjeeling, '
             'to black teas from the lowlands of Ceylon (now known as Sri '
             'Lanka) and classics from China like Keemun and Yunnan, widely '
             'believed to be the birthplace of tea.<p></p><p>Journey Into the '
             'World of Tea offers a tranquil, in-depth exploration of tea '
             'traditions through guided tastings, demonstrations, and engaging '
             'conversation. This six-part series takes place in the '
             'glass-enclosed Tea Pavilion, and is led by <span '
             'class="notranslate">Grace Farms</span> Tea Expert and Educator '
             '<strong>Frank Kwei</strong>, who brings decades of knowledge to '
             'each session.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-19"> Wednesday, May 19, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-19"><div class="tribe-recurring-event-time">3:00 '
             'pm - 4:30 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate member: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-black-teas-2%2F2027-05-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-black-teas-2%2F2027-05-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:44:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:44:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:44:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/birdwatching-walk-4/2027-05-15>
{'event_url': 'https://gracefarms.org/event/birdwatching-walk-4/2027-05-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011761 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011761"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph">Birdwatchers of all ages and '
             'experience are invited to join birding expert <strong>Brian '
             'O’Toole</strong>, the Visitor Service Manager for the Stamford '
             'Museum and Nature Center. Through these guided walks, connect '
             'with the purpose of the ecosystems we inhabit, the vibrant life '
             'that’s a part of it, and our role in maintaining and adding to '
             'it.<p></p><p>Brian O’Toole serves on the Board of Directors for '
             'the Connecticut Ornithological Association. Previously, he '
             'served as a board member for the Greenwich Audubon Society, was '
             'the compiler for the Greenwich-Stamford Christmas Bird Count as '
             'well as the paid hawk counter for the Quaker Ridge Hawkwatch for '
             'many years. He worked as a naturalist, camp counselor and store '
             'manager at the Greenwich Audubon Center and was a Visitor '
             'Services Manager at Connecticut’s Beardsley Zoo. Currently he is '
             'the Visitor Services Manager at the Stamford Museum &amp; Nature '
             'Center in Stamford, CT.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-15"> Saturday, May 15, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-15"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/birdwatching-walk-4" '
             'title="Birdwatching Walk"> Birdwatching Walk </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$8</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4748-70ae-2da1-87f7-5fc77f8cbb55" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4748-70ae-2da1-87f7-5fc77f8cbb55" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-4%2F2027-05-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-4%2F2027-05-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:44:58 [scrapy.extensions.logstats] INFO: Crawled 214 pages (at 56 pages/min), scraped 204 items (at 55 items/min)
2026-08-04 18:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:01 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-05-08>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-05-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012332 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012332"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-08"> Saturday, May 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-08"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67429 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67429"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Elizabeth-and-Arlen_Web-Event.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Elizabeth-and-Arlen_Web-Event.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Elizabeth-and-Arlen_Web-Event.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Concert pianist <strong>Elizabeth Joy '
             'Roe</strong> (half of the the groundbreaking Anderson &amp; Roe '
             'Piano Duo, whose music videos have been viewed by millions on '
             'YouTube) and GRAMMY®-winning Canadian cellist and <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             '<strong>Arlen Hlusko</strong> present a spring recital in the '
             '<span class="notranslate">Grace Farms</span> Sanctuary immersed '
             'in the budding landscape and transpiring as the sun '
             'sets.</p><p>Arlen and Elizabeth explore the landscape of music '
             'across genres and borders in the 1940s, and specifically how '
             'many of those sounds influenced Francis Poulenc’s spritely, '
             'eclectic, gorgeous <em>Sonate pour violoncelle et piano</em>, '
             'which serves as the centerpiece of this program.</p><p>Just as '
             '<span class="notranslate">Grace Farms</span> considers each '
             'music performance as adding to the life of our space, this '
             'program leaves a lasting reminder that all of us have the '
             'opportunity to leave an enduring legacy that can inspire our '
             'communities and the next generation for the common '
             'good.</p><p>The program illuminates <span '
             'class="notranslate">Grace Farms</span>’ programming approach in '
             'the 2026-2027 season, revealing the way imagination and creative '
             'process builds upon the past.</p><p>This marks Arlen’s final '
             'recital as Artist-in-Residence. We toast to two remarkable '
             'seasons of curation, collaboration, performance and on-stage '
             'excellence.</p><p class="p1">On-site parking and off-site '
             'parking with shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/94cd1723-b723-f924-b769-00f322977f9c" '
             'rel="noopener" target="_blank"><span class="s1">available for '
             'purchase here</span></a>. Ride sharing is encouraged as a '
             'convenient option, with several services available '
             'locally.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-08"> Saturday, May 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-05-08"> '
             '6:00 pm - 7:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> Group A: ticket includes cocktail '
             'pre-reception: $100 <br/> Group B: $75 <br/> Group C: '
             '$50</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/5466c3b7-1154-e186-a7be-4fb924bd62e6" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/5466c3b7-1154-e186-a7be-4fb924bd62e6" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="extra-content"><h3></h3><h3>Program:</h3><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Claude Debussy: Sonate\xa0in d minor</p><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Francis Poulenc: Sonate pour violoncelle et piano, I. '
             'Allegro – Tempo di Marcia<br/> Herman Hupfield: “As Time Goes '
             'By” from<i>\xa0Casablanca<br/> </i>Igor Stravinsky: Suite '
             'Italienne, I. Introduzione<br/> Erik Satie: Gymnopédie No. '
             '1<br/> Edith Piaf/Louiguy: “La Vie en Rose”</p><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Francis Poulenc: Sonate pour violoncelle et piano, II. '
             'Cavatine<br/> Nadia Boulanger: Trois Pieces,\xa0III.<br/> Billy '
             'Strayhorn: “Take the A Train” (after Duke Ellington)<br/> Doris '
             'Fisher/Allan Roberts: “Into Each Life Some Rain Must Fall” '
             '(after Ella Fitzgerald)<br/> Francis Poulenc: Sonate pour '
             'violoncelle et piano, III. Ballabile</p><p '
             'class="ms-outlook-mobile-reference-message skipProofing" '
             'dir="ltr">Olivier Messaien: Louange à l’Eternité pour Jesus, '
             'from Quatour pour la fin du temps<br/> Django Reinhardt: '
             '“Nuages”<br/> Harold Arlen: “Somewhere Over the Rainbow”<br/> '
             'Francis Poulenc: Sonate pour violoncelle et piano, IV. '
             'Finale</p><h3><strong><br/> Music at <span '
             'class="notranslate">Grace Farms</span></strong></h3><p>This '
             'distinctive concert series invites audiences into the Sanctuary, '
             'a glass-enclosed amphitheater, to experience a one-of-a-kind '
             'acoustic music performance timed with the sunset. Designed by '
             'Pritzker Prize-winning firm, SANAA, the Sanctuary’s glass walls '
             'offer 360-degree views of 80 acres of natural landscapes, while '
             'the room’s exceptional acoustics enhance the musical '
             'performances happening within. This unique setting provides an '
             'immersion into a singular moment where music intertwines with '
             'nature and elevates a collective sense of hope and possibility. '
             'Past performers include Yo-Yo Ma, violinist Joshua Bell, Mon '
             'Rovîa, jazz vocalist Dianne Reeves, and <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             'cellist Arlen Hlusko.</p><hr/><h4><strong>About Elizabeth Joy '
             'Roe</strong></h4><h3><img alt="" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Elizabeth-Joy-Roe-headshot-WEB.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="" decoding="async" height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Elizabeth-Joy-Roe-headshot-WEB.jpg" '
             'width="500"/></noscript></h3><p>Pianist Elizabeth Joy Roe is '
             'widely recognized for her boundary-defying artistry, poetic '
             'depth, and charismatic virtuosity. Lauded as “brilliant” and '
             '“riveting” (<em>The New York Times</em>), “an artist to be taken '
             'seriously” (<em>Chicago Tribune</em>), “incisive, lyrical” '
             '(<em>BBC Music Magazine</em>), and “electrifying” (<em>The '
             'Dallas Morning News</em>), she has appeared at major venues on '
             'five continents: from Carnegie Hall, Lincoln Center, and the '
             'Kennedy Center to the Seoul Arts Center, the Esplanade in '
             'Singapore, the National Centre for the Performing Arts in '
             'Beijing, and the Romanian Athenaeum in Bucharest. She has '
             'appeared at renowned festivals such as the Gilmore, Ravinia, '
             'Santa Fe Chamber Music, Bravo! Vail, Banff, Chautauqua, and '
             'Festspiele Mecklenburg-Vorpommern.</p><p>Roe’s multifaceted '
             'endeavors are distinguished by artistic versatility. Her '
             'discography—featured on Decca Classics, Deutsche Grammophon, and '
             'the Steinway label—includes the complete Nocturnes by John '
             'Field, the Britten and Barber Piano Concertos with the London '
             'Symphony Orchestra, a solo album Images Poetiques, and five '
             'Billboard-charting albums as one half of the groundbreaking '
             'Anderson &amp; Roe Piano Duo. Since 2017, she has served as the '
             'on-air host of the Van Cliburn International Piano Competition’s '
             'live broadcasts, one of the most watched classical music events '
             'worldwide.</p><p>Career highlights include a PBS special, Jazz '
             '&amp; The Philharmonic, alongside Bobby McFerrin and Chick '
             'Corea; the Carnegie Hall premiere of Olivier Messiaen’s Visions '
             'de l’Amen during the composer’s centennial hosted by Pierre '
             'Boulez; keynote performances for the United Nations and global '
             'leadership forums such as the EG Conference, Chicago Ideas Week, '
             'and La Ciudad de las Ideas; and an artistic residency under the '
             'sponsorship of the U.S. Embassy in Argentina. She has mentored '
             'for the national YoungArts organization and presented '
             'masterclasses and talks at leading institutions including '
             'Juilliard, NYU, Eastman, and Northwestern.</p><p>As a concerto '
             'soloist, Roe has appeared with dozens of orchestras, including '
             'the San Francisco Symphony, St. Louis Symphony Orchestra, '
             'Vancouver Symphony Orchestra, and Royal Liverpool Philharmonic. '
             'A devoted collaborator, she has worked with an array of '
             'musicians ranging from conductor Leonard Slatkin to jazz pianist '
             'Shelly Berg. She is a founding member of Decoda, the Affiliate '
             'Ensemble of Carnegie Hall, and a driving force behind the '
             'Anderson &amp; Roe Piano Duo, whose visionary music videos '
             '(garnering millions of views) and galvanizing performances have '
             'attracted international acclaim and media coverage from MTV, '
             'NPR, the BBC, Gramophone, and The Huffington Post.</p><p>A '
             'native of Chicago, Roe launched her professional career at age '
             '13 after winning the IBLA Grand Prize International Piano '
             'Competition in Italy. She made her concerto debut two years '
             'later with the Chicago Philharmonic and went on to earn both '
             'undergraduate and graduate degrees from The Juilliard School, '
             'where she was a full scholarship recipient and the winner of the '
             'prestigious William Petschek Award.</p><p>Committed to arts '
             'advocacy and education, Roe was an inaugural member of Ensemble '
             'Connect, a fellowship of Carnegie Hall, Juilliard, and the Weill '
             'Music Institute in partnership with the NYC Department of '
             'Education. She has held faculty positions at Smith College and '
             'Sonoma State University and was awarded the McGraw-Hill '
             'Companies’ Robert Sherman Award for Music Education and '
             'Community Outreach.</p><p>Roe is a Steinway Artist and Soros '
             'Fellow whose mission is to connect through the inspiration, joy, '
             'and essential humanity of music.</p><h3></h3><h4><strong>About '
             'Arlen Hlusko</strong></h4><p><img alt="Arlen Hlusko at Grace '
             'Farms" class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Arlen-Hlusko-2026-hero.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="Arlen Hlusko at &lt;span '
             'class=" decoding="async" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Arlen-Hlusko-2026-hero.jpg"/>Grace '
             'Farms" width="500" height="281" /&gt;</noscript></p><p>Hailed '
             'for her “sublime cello prowess” (<em>Take Effect</em>), '
             '“absorbing originality” (<em>Gramophone</em>), and “mesmerizing '
             'beauty” (<em>NY Music Daily</em>), internationally acclaimed '
             'Canadian cellist Arlen Hlusko is a dynamic artist who has '
             'performed as soloist and chamber musician across North &amp; '
             'South Americas, Asia, and Europe. She is “capable of playing '
             'with great delicacy but also fearlessness; regardless of the '
             'character of the material, she executes it with authority and '
             'conviction […] and open-hearted expression is present '
             'throughout” (<em>Textura</em>). Cellist of the Bang on a Can '
             'All-Stars sextet (extolled by the New York Times for “combining '
             'the power and punch of a rock band with the precision and '
             'clarity of a chamber ensemble”), Arlen regularly performs with '
             'other ensembles, including Manhattan Chamber Players, The '
             'Knights, and Dolce Suono Ensemble, and is a member of the Harry '
             'Chapin Band and recent alumna of the Curtis Institute of Music '
             'and Carnegie Hall’s Ensemble Connect.</p><p>In 2025-2026, she '
             'became the inaugural musician “Artist-in-Residence” at <span '
             'class="notranslate">Grace Farms</span> in New Canaan, CT, and '
             'continues for the 2026-2027 season. Interested in a wide array '
             'of music, she has collaborated closely with artists from Jordi '
             'Savall to Midori to Meredith Monk to David Byrne, and is a '
             'GRAMMY® winner for her collaboration with The Crossing, as well '
             'as a laureate of several competitions. Arlen has been featured '
             'on CBC’s “30 Under 30,” and is a Larsen Artist. She has debuted '
             'with the Los Angeles Philharmonic, BBC Concert Orchestra, and '
             'the Calgary Philharmonic, among others, and has been invited to '
             'several pre-eminent chamber music festivals, including Spoleto '
             'USA, Tippet Rise, Bay Chamber Concerts, and Music from Angel '
             'Fire. Committed to using her music to connect with and serve her '
             'community, Arlen founded her own interactive chamber music '
             'concert series, Philadelphia Performances for Autism, and is '
             'involved with numerous communities, including Carnegie Hall’s '
             '“Musical Connections” at Sing Sing Correctional '
             'Facility.</p><hr/><h5><strong>2026-2027 '
             'season</strong></h5><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme,\xa0<em>We all '
             'build</em>,<em>\xa0</em>through a new slate of one-of-a-kind '
             'experiences rooted in our mission to foster more grace and peace '
             'locally and globally. Join us for unforgettable musical '
             'performances, stirring dialogue from today’s leading thinkers, '
             'and community moments — each held in an immersive setting where '
             'boundaries between people, architecture, and landscape dissolve. '
             'Visit us throughout the seasons to sit at this unique '
             'intersection and explore topics that aim to inspire both '
             'introspection and joy. From there, we hope you connect with our '
             'theme that encourages all to build a more graceful and peaceful '
             'world, every day.</p><h6 style="text-align: left;">thank you to '
             'our 2026-2027 season sponsor</h6><p><img alt="JPMC logo" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-elizabeth-joy-roe-piano-arlen-hlusko-cello" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-05-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-05-14>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-05-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011858 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011858"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-14"> Friday, May 14, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-14"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-05-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-29/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-05-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-05-12>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-05-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012157 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012157"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-12"> Wednesday, May 12, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-12"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-05-29>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-05-29',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012328 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012328"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at Grace '
             'Farms" class="attachment-full size-full wp-post-image" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate">Grace Farms</span>\xa0Tea '
             '&amp; Coffee, a Certified B Corp that demonstrates and educates '
             'about ethical and sustainable supply chains.</p><p>The River '
             'building, designed by Pritzker Prize-winning firm, SANAA, holds '
             'LEED Gold certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-29"> Saturday, May 29, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-29"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> Grace Farms Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-29" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-29" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:05 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-05-11>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-05-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011979 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011979"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-11"> Tuesday, May 11, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-11"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:05 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-05-13>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-05-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011793 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011793"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-13"> Thursday, May 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/birdwatching-walk-4/2027-05-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:07 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/birdwatching-walk-4/2027-05-08>
{'event_url': 'https://gracefarms.org/event/birdwatching-walk-4/2027-05-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011760 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011760"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-Walk-opt-2-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph">Birdwatchers of all ages and '
             'experience are invited to join birding expert <strong>Brian '
             'O’Toole</strong>, the Visitor Service Manager for the Stamford '
             'Museum and Nature Center. Through these guided walks, connect '
             'with the purpose of the ecosystems we inhabit, the vibrant life '
             'that’s a part of it, and our role in maintaining and adding to '
             'it.<p></p><p>Brian O’Toole serves on the Board of Directors for '
             'the Connecticut Ornithological Association. Previously, he '
             'served as a board member for the Greenwich Audubon Society, was '
             'the compiler for the Greenwich-Stamford Christmas Bird Count as '
             'well as the paid hawk counter for the Quaker Ridge Hawkwatch for '
             'many years. He worked as a naturalist, camp counselor and store '
             'manager at the Greenwich Audubon Center and was a Visitor '
             'Services Manager at Connecticut’s Beardsley Zoo. Currently he is '
             'the Visitor Services Manager at the Stamford Museum &amp; Nature '
             'Center in Stamford, CT.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-08"> Saturday, May 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-08"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/birdwatching-walk-4" '
             'title="Birdwatching Walk"> Birdwatching Walk </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$8</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4748-70ae-2da1-87f7-5fc77f8cbb55" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4748-70ae-2da1-87f7-5fc77f8cbb55" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-4%2F2027-05-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-4%2F2027-05-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-05-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:09 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:09 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-05-26>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-05-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012159 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012159"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-26"> Wednesday, May 26, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-26"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-05-15>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-05-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012271 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012271"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-15"> Saturday, May 15, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-05-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:45:12 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-05-07>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-05-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011927 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011927"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-07"> Friday, May 7, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-07"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-04/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/04\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-04/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-05-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/mocktails-3/2027-05-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:45:12 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/mocktails-3/2027-05-06>
{'event_url': 'https://gracefarms.org/event/mocktails-3/2027-05-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011937 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-tea cat_community '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011937"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Enjoy an '
             'evening of creating and sipping delicious mocktails. Follow '
             '<span class="notranslate">Grace Farms</span> Pastry Chef and '
             'Educator <strong>Leah Jones’</strong> recipes to blend three '
             'seasonal beverages from ingredients inspired by <span '
             'class="notranslate">Grace Farms</span> Tea &amp; Coffee, while '
             'discovering connections between food, culture, and '
             'community.<p></p><p>Culinary Experiences with Chef Leah Jones '
             'offer educational and interactive explorations of the complex '
             'ways in which food intersects with our lives.</p><p>Leah Jones '
             'has more than 15 years of food service and culinary experience '
             'and has been with <span class="notranslate">Grace Farms</span> '
             'since its opening in 2015. She leads recipe research and '
             'development for all baking and pastry programs. She feels '
             'strongly about creating a more sustainable and equitable food '
             'system, both locally and globally, and upholds a zero-food waste '
             'approach when it comes to baking. She holds a B.S. in Baking '
             '&amp; Pastry Arts and Food Service Management from Johnson &amp; '
             'Wales University.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-06"> Thursday, May 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-06"><div class="tribe-recurring-event-time">6:00 '
             'pm - 7:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/mocktails-3" '
             'title="Mocktails"> Mocktails </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $35 <br/> member: $28</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/48b62f4b-6351-2b9e-f463-352515a835ab" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/48b62f4b-6351-2b9e-f463-352515a835ab" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmocktails-3%2F2027-05-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmocktails-3%2F2027-05-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-05-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:13 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-05-01>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-05-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012325 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012325"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-01"> Saturday, May 1, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-01"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-05-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-05-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-05-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:13 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-05-06>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-05-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011792 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011792"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-06"> Thursday, May 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-05-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:14 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-05-07>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-05-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011857 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011857"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-07"> Friday, May 7, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-07"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-05-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-05-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:14 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-05-04>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-05-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011978 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011978"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-04"> Tuesday, May 4, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-04"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-05-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:15 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-05-08>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-05-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012270 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012270"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-08"> Saturday, May 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-05-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:45:20 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:45:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-05-05>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-05-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012156 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012156"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-05"> Wednesday, May 5, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-05"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-05-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-03-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-03-06>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-03-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012318 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012318"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-06"> Saturday, March 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-06"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/fairy-house-workshop-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/animal-embassy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/winter-discovery-week-9/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-05-01/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-05-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011772 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011772"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-01"> Saturday, May 1, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-01"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-05-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-05-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-05-01>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-05-01',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012269 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012269"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-01"> Saturday, May 1, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-05-01"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-01" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-05-01" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-03-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/fairy-house-workshop-6/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-03-06>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-03-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012261 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012261"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-06"> Saturday, March 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/fairy-house-workshop-6>
{'event_url': 'https://gracefarms.org/event/fairy-house-workshop-6',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68548 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68548"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Create a '
             'Fairy House with natural materials collected from the landscape '
             'surrounding the River building. Our Director of Horticulture, '
             'Kimberly Kelly, will facilitate the crafting activity while '
             'discussing the importance of creating a structure that will '
             'become part of nature again.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-17"> Wednesday, February 17, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-17"> '
             '2:00 pm - 3:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-6" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-6" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/cookie-decorating-5/2027-02-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/cookie-decorating-5/2027-02-18>
{'event_url': 'https://gracefarms.org/event/cookie-decorating-5/2027-02-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012333 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012333"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Decorate '
             'delicious winter-inspired cookies with the entire family. Sugar '
             'cookies will be provided by Pastry Chef and Educator '
             '<strong>Leah Jones</strong>.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-18"> Thursday, February 18, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-18"><div class="tribe-recurring-event-time">12:00 '
             'pm - 1:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/cookie-decorating-4" '
             'title="Cookie Decorating"> Cookie Decorating </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$6</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-5%2F2027-02-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:25 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-03-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011770 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011770"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-03-06"> Saturday, March 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-03-06"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-03-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/winter-discovery-week-6/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:26 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/winter-discovery-week-6>
{'event_url': 'https://gracefarms.org/event/winter-discovery-week-6',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68527 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68527"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-3-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-3-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">It’s a '
             'winter wonderland at <span class="notranslate">Grace '
             'Farms</span>! Families can enjoy special programming inspired by '
             'a cozy staycation. Pick up a Discovery Guide at the Welcome Desk '
             'and venture through the River building for hands-on wintertime '
             'activities. Collect stamps at each activity for a small '
             'treat.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-18"> Thursday, February 18, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-18"> '
             '10:00 am - 2:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/winter-discovery-week" '
             'title="Winter Discovery Week"> Winter Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-6" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-6" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/mindful-market/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:27 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/mindful-market>
{'event_url': 'https://gracefarms.org/event/mindful-market',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68591 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-68591"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Mindful-Market-ML-web-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Mindful-Market-ML-web-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Mindful-Market-ML-web-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><div '
             'data-slate-type="paragraph">Celebrate World Fair Trade Day at '
             'Grace Farms with a special pop-up market offering tastings of '
             'our signature teas and coffees. Enjoy complimentary small bites '
             'while you browse our marketplace showcasing ethically sourced '
             'products from skilled craftspeople and partnering responsible '
             'brands.</div></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-05-08"> Saturday, May 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-05-08"> '
             '10:00 am - 5:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at Grace '
             'Farms</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with Grace Farms x lululemon | Yoga with '
             'Jane Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmindful-market" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmindful-market" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-02-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-seed-starting/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/winter-discovery-week-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/animal-embassy-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-02-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/winter-discovery-week-10>
{'event_url': 'https://gracefarms.org/event/winter-discovery-week-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68535 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68535"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">It’s a '
             'winter wonderland at <span class="notranslate">Grace '
             'Farms</span>! Families can enjoy special programming inspired by '
             'a cozy staycation. Pick up a Discovery Guide at the Welcome Desk '
             'and venture through the River building for hands-on wintertime '
             'activities. Collect stamps at each activity for a small '
             'treat.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-17"> Wednesday, February 17, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-17"> '
             '10:00 am - 2:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/winter-discovery-week" '
             'title="Winter Discovery Week"> Winter Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/animal-embassy-2>
{'event_url': 'https://gracefarms.org/event/animal-embassy-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68580 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families" id="post-68580"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Animal-Embassy-web-ML-opt-2.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Animal-Embassy-web-ML-opt-2.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Animal-Embassy-web-ML-opt-2.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Animal Embassy returns to <span '
             'class="notranslate">Grace Farms</span> to provide insight into '
             'animals’ amazing adaptations, and why we need to protect and '
             'respect them.</p><p>Animal Embassy is dedicated to fostering an '
             'individual’s appreciation and respect for the natural world and '
             'the incredible diversity of life on Earth. They specialize in '
             'providing hands-on, interactive, and entertaining, educational '
             'experiences.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-16"> Tuesday, February 16, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-16"> '
             '12:00 pm - 1:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/f6f17f18-2e97-9cd1-198b-d475dba43f2e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/f6f17f18-2e97-9cd1-198b-d475dba43f2e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fanimal-embassy-2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fanimal-embassy-2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:45:29 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:45:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-02-12>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-02-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011915 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011915"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-12"> Friday, February 12, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-12"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-02-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/winter-discovery-week-9/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-02-13>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-02-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012258 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012258"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-13"> Saturday, February 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/winter-discovery-week-9>
{'event_url': 'https://gracefarms.org/event/winter-discovery-week-9',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68533 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68533"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-2-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-2-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Winter-Discovery-Week-opt-2-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">It’s a '
             'winter wonderland at <span class="notranslate">Grace '
             'Farms</span>! Families can enjoy special programming inspired by '
             'a cozy staycation. Pick up a Discovery Guide at the Welcome Desk '
             'and venture through the River building for hands-on wintertime '
             'activities. Collect stamps at each activity for a small '
             'treat.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-16"> Tuesday, February 16, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-16"> '
             '10:00 am - 2:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/winter-discovery-week" '
             'title="Winter Discovery Week"> Winter Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-9" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fwinter-discovery-week-9" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13>
{'event_url': 'https://gracefarms.org/event/art-architecture-film-saturdays/2027-02-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012217 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012217"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Join us '
             'throughout the winter season for films in the Lecture Hall that '
             'celebrate architecture, nature and their impact on people and '
             'communities. These curated documentary films explore the power '
             'of the built environment and the landscape around us to enrich '
             'our human experience and remind us of our capacity to create '
             'positive change in the world.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-13"> Saturday, February 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-13"><div class="tribe-recurring-event-time">1:00 '
             'pm - 3:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/art-architecture-film-saturdays" '
             'title="Art &amp; Architecture Film Saturdays"> Art &amp; '
             'Architecture Film Saturdays </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-architecture-film-saturdays%2F2027-02-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-architecture-film-saturdays%2F2027-02-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/fairy-house-workshop-5/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/fairy-house-workshop-5>
{'event_url': 'https://gracefarms.org/event/fairy-house-workshop-5',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68546 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68546"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/2027-Fairy-House-Workshop-opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Create a '
             'Fairy House with natural materials collected from the landscape '
             'surrounding the River building. Our Director of Horticulture, '
             'Kimberly Kelly, will facilitate the crafting activity while '
             'discussing the importance of creating a structure that will '
             'become part of nature again.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-17"> Wednesday, February 17, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-17"> '
             '12:00 pm - 1:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/dcdd1a8d-b7f4-5a66-b07b-773999ae477d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-5" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Ffairy-house-workshop-5" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:45:33 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-02-13>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-02-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012315 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012315"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-13"> Saturday, February 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-13"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-02-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-02-12>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-02-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011845 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011845"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-12"> Friday, February 12, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-12"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-02-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-02-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-02-11>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-02-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011780 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011780"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-11"> Thursday, February 11, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-11"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-02-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-02-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011769 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011769"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-06"> Saturday, February 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-06"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-02-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-02-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-02-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-02-09>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-02-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011968 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011968"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-09"> Tuesday, February 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-09"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-02-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/local-ingredients/2027-02-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:45:41 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/local-ingredients/2027-02-07>
{'event_url': 'https://gracefarms.org/event/local-ingredients/2027-02-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012214 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012214"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p>Join '
             '<span class="notranslate">Grace Farms</span> Pastry Chef and '
             'Educator <strong>Leah Jones</strong> for an interactive workshop '
             'exploring the global context behind the foods we eat. Consider '
             'everyday ingredients and local groceries through a global '
             'perspective and uncover why cooking seasonal meals can bolster '
             'your community while having a greater global '
             'impact.</p><p>Chef’s Palate, hosted by <span '
             'class="notranslate">Grace Farms</span> Founding Pastry Chef and '
             'educator Leah Jones, is a family-friendly series of educational '
             'conversations designed to explore all the ways in which food '
             'intersects many aspects of our lives.</p><p>Leah Jones has more '
             'than 15 years of food service and culinary experience and has '
             'been with <span class="notranslate">Grace Farms</span> since its '
             'opening in 2015. She leads recipe research and development for '
             'all baking and pastry programs. She feels strongly about '
             'creating a more sustainable and equitable food system, both '
             'locally and globally, and upholds a zero-food waste approach '
             'when it comes to baking. She holds a B.S. in Baking &amp; Pastry '
             'Arts and Food Service Management from Johnson &amp; Wales '
             'University.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-07"> Sunday, February 7, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-07"><div class="tribe-recurring-event-time">3:00 '
             'pm - 4:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/chefs-palate-local-ingredients-global-perspective" '
             'title="Chef’s Palate | Local Ingredients, Global Perspective"> '
             'Chef’s Palate | Local Ingredients, Global Perspective '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/4c37848c-c91f-aad3-645e-6b859de64daa" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/4c37848c-c91f-aad3-645e-6b859de64daa" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Flocal-ingredients%2F2027-02-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Flocal-ingredients%2F2027-02-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-02-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:44 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-02-06>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-02-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012314 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012314"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-06"> Saturday, February 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-06"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-02-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-02-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-tea-101-tea-diplomacy-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68351 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-68351"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Discover '
             'the global story of tea in this immersive tasting experience for '
             'tea enthusiasts and curious beginners alike. Sample notable '
             'varietals from around the world while learning how tea has '
             'shaped culture, diplomacy, and human connection throughout '
             'history.<p></p><p>Journey Into the World of Tea offers a '
             'tranquil, in-depth exploration of tea traditions through guided '
             'tastings, demonstrations, and engaging conversation. This '
             'six-part series takes place in the glass-enclosed Tea Pavilion, '
             'and is led by <span class="notranslate">Grace Farms</span> Tea '
             'Expert and Educator <strong>Frank Kwei</strong>, who brings '
             'decades of knowledge to each session.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-20"> Wednesday, January 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-01-20"> '
             '3:00 pm - 4:30 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate member: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-tea-101-tea-diplomacy-2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-tea-101-tea-diplomacy-2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-01-16>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-01-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012313 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012313"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-16"> Saturday, January 16, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-16"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-01-21>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-01-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011777 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011777"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-21"> Thursday, January 21, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-21"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-02-06>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-02-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012257 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012257"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-06"> Saturday, February 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-02-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-01-22>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-01-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011842 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011842"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-22"> Friday, January 22, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-22"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-01-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-01-22>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-01-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011912 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011912"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-22"> Friday, January 22, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-22"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-01-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-01-20>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-01-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012143 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012143"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-20"> Wednesday, January 20, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-01-19>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-01-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011965 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011965"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-19"> Tuesday, January 19, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-01-15>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-01-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011911 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011911"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-15"> Friday, January 15, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-15"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-01-15>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-01-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011841 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011841"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-15"> Friday, January 15, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-15"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-01-16>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-01-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012255 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012255"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-16"> Saturday, January 16, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-16"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-01-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-01-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-01-13>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-01-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012142 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012142"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-13"> Wednesday, January 13, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-01-12>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-01-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011964 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011964"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-12"> Tuesday, January 12, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-12"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:56 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-01-14>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-01-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011776 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011776"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-14"> Thursday, January 14, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-14"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:45:58 [scrapy.extensions.logstats] INFO: Crawled 269 pages (at 55 pages/min), scraped 259 items (at 55 items/min)
2026-08-04 18:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-workshop-seed-starting/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:45:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:45:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:45:59 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:45:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-workshop-seed-starting>
{'event_url': 'https://gracefarms.org/event/nature-workshop-seed-starting',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68416 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-68416"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Seed-Starting_JD_web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Seed-Starting_JD_web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Seed-Starting_JD_web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Join the '
             '<span class="notranslate">Grace Farms</span> Garden Team to '
             'learn the importance of saving, using, and exchanging your own '
             'seeds, as well as tips for optimal seed selection, equipment, '
             'timing, soil blocks and more. Take home a packet of native plant '
             'seeds saved from our landscape.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-06"> Saturday, February 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2027-02-06"> '
             '11:00 am - 12:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/2e1d17ae-7fba-6d9d-bba3-a9488d182aec" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/2e1d17ae-7fba-6d9d-bba3-a9488d182aec" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-seed-starting" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-seed-starting" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:01 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-01-09>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-01-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012254 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012254"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-09"> Saturday, January 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-09"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2027-01-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2027-01-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2027-01-08>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2027-01-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011910 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011910"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-08"> Friday, January 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-08"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2027-01-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-01-09>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-01-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012312 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012312"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-09"> Saturday, January 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-09"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/mocktails-3/2027-01-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2027-01-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/mocktails-3/2027-01-07>
{'event_url': 'https://gracefarms.org/event/mocktails-3/2027-01-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011936 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-tea cat_community '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011936"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Enjoy an '
             'evening of creating and sipping delicious mocktails. Follow '
             '<span class="notranslate">Grace Farms</span> Pastry Chef and '
             'Educator <strong>Leah Jones’</strong> recipes to blend three '
             'seasonal beverages from ingredients inspired by <span '
             'class="notranslate">Grace Farms</span> Tea &amp; Coffee, while '
             'discovering connections between food, culture, and '
             'community.<p></p><p>Culinary Experiences with Chef Leah Jones '
             'offer educational and interactive explorations of the complex '
             'ways in which food intersects with our lives.</p><p>Leah Jones '
             'has more than 15 years of food service and culinary experience '
             'and has been with <span class="notranslate">Grace Farms</span> '
             'since its opening in 2015. She leads recipe research and '
             'development for all baking and pastry programs. She feels '
             'strongly about creating a more sustainable and equitable food '
             'system, both locally and globally, and upholds a zero-food waste '
             'approach when it comes to baking. She holds a B.S. in Baking '
             '&amp; Pastry Arts and Food Service Management from Johnson &amp; '
             'Wales University.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-07"> Thursday, January 7, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-07"><div class="tribe-recurring-event-time">6:00 '
             'pm - 7:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/mocktails-3" '
             'title="Mocktails"> Mocktails </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $35 <br/> member: $28</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/48b62f4b-6351-2b9e-f463-352515a835ab" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/48b62f4b-6351-2b9e-f463-352515a835ab" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmocktails-3%2F2027-01-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmocktails-3%2F2027-01-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2027-01-08>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2027-01-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011840 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011840"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-08"> Friday, January 8, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-08"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2027-01-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2027-01-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2027-01-07>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2027-01-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011775 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011775"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-07"> Thursday, January 7, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-07"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2027-01-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:07 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:07 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2027-01-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011768 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011768"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-09"> Saturday, January 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-09"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2027-01-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2027-01-02>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2027-01-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012253 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012253"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-02"> Saturday, January 2, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-02"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2027-01-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2027-01-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2027-01-05>
{'event_url': 'https://gracefarms.org/event/materials-studio/2027-01-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011963 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011963"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-05"> Tuesday, January 5, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-05"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2027-01-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09>
{'event_url': 'https://gracefarms.org/event/art-architecture-film-saturdays/2027-01-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012216 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012216"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Film-Saturdays-opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Join us '
             'throughout the winter season for films in the Lecture Hall that '
             'celebrate architecture, nature and their impact on people and '
             'communities. These curated documentary films explore the power '
             'of the built environment and the landscape around us to enrich '
             'our human experience and remind us of our capacity to create '
             'positive change in the world.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-09"> Saturday, January 9, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-09"><div class="tribe-recurring-event-time">1:00 '
             'pm - 3:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/art-architecture-film-saturdays" '
             'title="Art &amp; Architecture Film Saturdays"> Art &amp; '
             'Architecture Film Saturdays </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-architecture-film-saturdays%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fart-architecture-film-saturdays%2F2027-01-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-23>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012357 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012357"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-23"> Wednesday, December 23 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-21>
{'event_url': 'https://gracefarms.org/event/closed-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68496 tribe_events type-tribe_events '
             'status-publish hentry" id="post-68496"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-24"> Thursday, December 24 '
             '</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:15 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:46:15 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:46:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-23>
{'event_url': 'https://gracefarms.org/event/closed-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68552 tribe_events type-tribe_events '
             'status-publish hentry" id="post-68552"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p><span class="notranslate">Grace '
             'Farms</span> is closed on Friday, December 25, '
             '2026.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-25"> Friday, December 25 '
             '</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:46:19 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-12-18>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-12-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011839 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011839"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-18"> Friday, December 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-18"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-20>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012355 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012355"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-20"> Sunday, December 20 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-12-19>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-12-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012251 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012251"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-19"> Saturday, December 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-22>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011961 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011961"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-22"> Tuesday, December 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/3-pm-early-closure-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-22>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012356 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012356"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-22"> Tuesday, December 22 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-19>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012354 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012354"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-19"> Saturday, December 19 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-12-18>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-12-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011909 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011909"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-18"> Friday, December 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-18"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011714 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011714"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-19"> Saturday, December 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-19"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-23>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012139 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012139"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-23"> Wednesday, December 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-23"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-15>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011960 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011960"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-15"> Tuesday, December 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009532 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009532"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-17"> Thursday, December 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-17"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/3-pm-early-closure-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-16>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012138 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012138"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-16"> Wednesday, December 16 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-16"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/3-pm-early-closure-2>
{'event_url': 'https://gracefarms.org/event/3-pm-early-closure-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68625 tribe_events type-tribe_events '
             'status-publish hentry" id="post-68625"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>We are closing at 3 pm today, '
             'Wednesday, December 16, 2026.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-16"> Wednesday, December 16 '
             '</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure-2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2F3-pm-early-closure-2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-17>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012352 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012352"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-17"> Thursday, December 17 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-16>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012351 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012351"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-16"> Wednesday, December 16 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:31 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-18>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012353 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012353"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-18"> Friday, December 18 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:33 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-12-17>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-12-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011810 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011810"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-17"> Thursday, December 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-57/2027-01-02/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:33 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-57/2027-01-02>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-57/2027-01-02',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012311 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-architecture cat_architecture '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012311"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea '
             'from\xa0<span class="notranslate"><span '
             'class="notranslate">Grace Farms</span></span>\xa0Tea &amp; '
             'Coffee, a Certified B Corp that demonstrates and educates about '
             'ethical and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-02"> Saturday, January 2, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-02"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-5" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Art-and-Arch-Tour-ML-opt-3-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/art-and-architecture-tour/" '
             'rel="bookmark">Art and Architecture '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Founders-Architecture-Talk-v3-Ilulissat_Icefjord_Centre_photo_Adam_Mork_143_H-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/24\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/founders-architecture-talk-francine-houben-dorte-mandrup-and-sharon-prince-with-julia-gamolina/" '
             'rel="bookmark">Founders Architecture Talk | Creative Visions '
             'Inspired by the '
             'Landscape</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-02" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-57%2F2027-01-02" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-02-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:34 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-02-10>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-02-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012146 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012146"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the Grace Farms '
             'Education Team. Inspired by the exhibit With Every Fiber: '
             'Pigment, Stone, Glass, families can explore the unique '
             'properties of building materials and use their imaginations to '
             'create new applications for them.</p><p>On October 11, 2025, '
             'Grace Farms unveiled a new iteration of the With Every Fiber '
             'exhibit, which offers insights into forced labor in the building '
             'materials supply chain. A portion of With Every Fiber was '
             'adapted and included in the Intelligens CANON at the 19th '
             'International Architecture Exhibition of La Biennale di Venezia, '
             'curated by Carlo Ratti, open through November '
             '2025.</p><p>Materials Studio is for ages 4 – 11 with adult '
             'caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-02-10"> Wednesday, February 10, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-02-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-02-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2027-01-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2027-01-06>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2027-01-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012141 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012141"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the Grace Farms '
             'Education Team. Inspired by the exhibit With Every Fiber: '
             'Pigment, Stone, Glass, families can explore the unique '
             'properties of building materials and use their imaginations to '
             'create new applications for them.</p><p>On October 11, 2025, '
             'Grace Farms unveiled a new iteration of the With Every Fiber '
             'exhibit, which offers insights into forced labor in the building '
             'materials supply chain. A portion of With Every Fiber was '
             'adapted and included in the Intelligens CANON at the 19th '
             'International Architecture Exhibition of La Biennale di Venezia, '
             'curated by Carlo Ratti, open through November '
             '2025.</p><p>Materials Studio is for ages 4 – 11 with adult '
             'caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2027-01-06"> Wednesday, January 6, 2027 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2027-01-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2027-01-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-12-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:46:37 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-12-11>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-12-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011908 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011908"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-11"> Friday, December 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-11"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-12-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor>
{'event_url': 'https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68408 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-68408"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-Holiday-Wreath-Making-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-Holiday-Wreath-Making-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-Holiday-Wreath-Making-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Make a one-of-a-kind holiday wreath '
             'with living plants and other natural materials from the <span '
             'class="notranslate">Grace Farms</span> landscape with the <span '
             'class="notranslate">Grace Farms</span> Garden Team. Take home '
             'your handmade wreath, perfect for the holiday '
             'season.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-12"> Saturday, December 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-12"> '
             '1:00 pm - 2:30 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/nature-workshop-sustainable-holiday-decor" '
             'title="Nature Workshop | Sustainable Holiday Decor"> Nature '
             'Workshop | Sustainable Holiday Decor </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $65 <br/> member: $52</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/65c78519-2d33-dc60-a549-05a313d7629b" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/65c78519-2d33-dc60-a549-05a313d7629b" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-sustainable-holiday-decor" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-sustainable-holiday-decor" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-12>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012349 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012349"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-12"> Saturday, December 12 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3>
{'event_url': 'https://gracefarms.org/event/nature-workshop-sustainable-holiday-decor-3',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68414 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-68414"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-Holiday-Wreath-Making-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-Holiday-Wreath-Making-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-Holiday-Wreath-Making-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Make a one-of-a-kind holiday wreath '
             'with living plants and other natural materials from the <span '
             'class="notranslate">Grace Farms</span> landscape with the <span '
             'class="notranslate">Grace Farms</span> Garden Team. Take home '
             'your handmade wreath, perfect for the holiday '
             'season.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-12"> Saturday, December 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-12"> '
             '10:30 am - 12:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/nature-workshop-sustainable-holiday-decor" '
             'title="Nature Workshop | Sustainable Holiday Decor"> Nature '
             'Workshop | Sustainable Holiday Decor </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $65 <br/> member: $52</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/65c78519-2d33-dc60-a549-05a313d7629b" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/65c78519-2d33-dc60-a549-05a313d7629b" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-sustainable-holiday-decor-3" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-sustainable-holiday-decor-3" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:39 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011713 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011713"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-12"> Saturday, December 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-12"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:39 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-15>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012350 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012350"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-15"> Tuesday, December 15 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:39 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-broadway-inspirational-voices-2026',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67402 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67402"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/PREFERRED_Jacek-Dolata_121325_Music-at-Grace-Farms-_-BIV-Christmas-Concert_357-web-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/PREFERRED_Jacek-Dolata_121325_Music-at-Grace-Farms-_-BIV-Christmas-Concert_357-web-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/PREFERRED_Jacek-Dolata_121325_Music-at-Grace-Farms-_-BIV-Christmas-Concert_357-web-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>GRAMMY®-nominated choir '
             '<strong>Broadway Inspirational Voices</strong> returns to <span '
             'class="notranslate">Grace Farms</span> to deliver another '
             'unforgettable, family-friendly concert of beloved Broadway, '
             'gospel, and Christmas melodies performed by 30 vocalists, with '
             'the dynamic pink hues of December sun setting through the fully '
             'glass-enclosed performance hall.</p><p>This 60-minute program '
             'maximizes the natural acoustics of the Sanctuary, with iconic '
             'Broadway Inspirational Voices arrangements, new arrangements, '
             'and the weaving of Broadway songs. Through these scintillating '
             'and moving arrangements, Broadway Inspirational Voices creates a '
             'safe, welcoming and radiant space for joy, community, and being '
             'with one another through the seasons of life.</p><p>Back by '
             'popular demand, this concert marks the second year in a row '
             'Broadway Inspirational Voices performs a special family-friendly '
             'program that is made for <span class="notranslate">Grace '
             'Farms</span>, rooted in <span class="notranslate">Grace '
             'Farms</span>’ and the choir’s shared commitments to creating '
             'transformational moments for community through music and the '
             'arts.</p><p>Broadway Inspirational Voices is a diverse choir and '
             'service organization powered by Broadway artists using music to '
             'inspire hope and change lives, and <span '
             'class="notranslate">Grace Farms</span> celebrates its nationwide '
             'and collaborative music and performing arts programs which serve '
             'marginalized and overlooked communities in need. By partnering '
             'with Ronald McDonald House – New York, Covenant House '
             'International, the New York City Department of Corrections, '
             'LaGuardia High School, and more, BIV effectively reaches these '
             'communities.</p><p class="p1">On-site parking and off-site '
             'parking with shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/019de4cd-8d9c-0939-0989-914f98fd281d" '
             'rel="noopener" target="_blank"><span class="s1">available for '
             'purchase here</span></a>. Ride sharing is encouraged as a '
             'convenient option, with several services available '
             'locally.</p><hr/><p style="color: #ffaf3e; text-align: '
             'center;"><strong>Celebrate the Season at Our Holiday '
             'Market</strong></p><p style="text-align: center;">This holiday '
             'season, enjoy a festive day of shopping and connection with a '
             'curated selection of meaningful gifts that give back. Shop with '
             'purpose for a range of thoughtful goods that inspire creativity, '
             'connection, and compassion.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-13"> Sunday, December 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-13"> '
             '3:00 pm - 4:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $100 <br/> member: $80 <br/> children '
             'under 5: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/96e826cd-873e-1e11-c052-7ecb2a0b6eae" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/96e826cd-873e-1e11-c052-7ecb2a0b6eae" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><div '
             'style="padding: 56.25% 0 0 0; position: relative;"><iframe '
             'class="lazy-hidden" data-lazy-type="iframe" '
             'data-src="https://player.vimeo.com/video/1187461504?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" '
             'frameborder="0" style="position: absolute; top: 0; left: 0; '
             'width: 100%; height: 100%;" title="Broadway Inspirational Voices '
             'at Grace Farms | 2025"></iframe><noscript><iframe '
             'notranslate"="" style="position: absolute; top: 0; left: 0; '
             'width: 100%; height: 100%;" title="Broadway Inspirational Voices '
             'at &lt;span class=">Grace Farms&amp;lt;/span&amp;gt; | 2025" '
             'src="https://player.vimeo.com/video/1187461504?badge=0&amp;amp;amp;autopause=0&amp;amp;amp;player_id=0&amp;amp;amp;app_id=58479" '
             'frameborder="0"&amp;gt;</iframe></noscript></div><p>\xa0'
             '</p><h3><strong>Music at <span class="notranslate">Grace '
             'Farms</span></strong></h3><p>This distinctive concert series '
             'invites audiences into the Sanctuary, a glass-enclosed '
             'amphitheater, to experience a one-of-a-kind acoustic music '
             'performance timed with the sunset. Designed by Pritzker '
             'Prize-winning firm, SANAA, the Sanctuary’s glass walls offer '
             '360-degree views of 80 acres of natural landscapes, while the '
             'room’s exceptional acoustics enhance the musical performances '
             'happening within. This unique setting provides an immersion into '
             'a singular moment where music intertwines with nature and '
             'elevates a collective sense of hope and possibility. Past '
             'performers include Yo-Yo Ma, violinist Joshua Bell, Mon Rovîa, '
             'jazz vocalist Dianne Reeves, and <span class="notranslate">Grace '
             'Farms</span> Artist-in-Residence cellist Arlen '
             'Hlusko.</p><hr/><h4><strong>Broadway Inspirational Voices | '
             'Mission</strong></h4><p>Broadway Inspirational Voices is a '
             'diverse choir and service organization powered by Broadway '
             'artists using music to inspire hope and change lives.</p><p>BIV '
             'is committed to supporting and strengthening communities in '
             'need. We accomplish our mission through uplifting choir '
             'performances and our signature arts, education, and outreach '
             'programs.</p><p>Through creative engagement we build a sense of '
             'community in safe and empowering spaces for individuals to be '
             'vulnerable, to heal, and rebuild. Our nationwide innovative and '
             'collaborative music and performing arts programs serve '
             'marginalized and overlooked communities in need. BIV works with '
             'established institutional partners that connect with populations '
             'who can benefit from our customized programs and teaching '
             'artists. By partnering with Ronald McDonald House – New York, '
             'Covenant House International, the New York City Department of '
             'Corrections, LaGuardia High School, and more, we effectively '
             'reach these communities. BIV values these long-term partnerships '
             'and our shared commitment to serving these communities and '
             'individuals.</p><hr/><h5>2026-2027 season</h5><p>The 2026/2027 '
             'season deepens our ongoing exploration of the programmatic '
             'theme, We all build, through a new slate of one-of-a-kind '
             'experiences rooted in our mission to foster more grace and peace '
             'locally and globally. Join us for unforgettable musical '
             'performances, stirring dialogue from today’s leading thinkers, '
             'and community moments — each held in an immersive setting where '
             'boundaries between people, architecture, and landscape dissolve. '
             'Visit us throughout the seasons to sit at this unique '
             'intersection and explore topics that aim to inspire both '
             'introspection and joy. From there, we hope you connect with our '
             'theme that encourages all to build a more graceful and peaceful '
             'world, every day.</p><h6 style="text-align: left;">thank you to '
             'our 2026-2027 season sponsor</h6><p><img alt="JPMC logo" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-broadway-inspirational-voices-2026" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-broadway-inspirational-voices-2026" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2>
{'event_url': 'https://gracefarms.org/event/candlelight-yoga-with-pilin-anice-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68281 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-68281"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Candlelight-Yoga-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Candlelight-Yoga-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Candlelight-Yoga-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert, Pilin Anice. This special candlelight yoga class aims to '
             'inspire tranquility and provide a moment of reflection through a '
             'breath-centered yoga practice that incorporates live '
             'music.</p><p>These movement and meditation classes are for ages '
             '18+ up. Accessible for all levels, no prior yoga or meditation '
             'experience is required. Participants may bring their own mats, '
             'towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-09"> Wednesday, December 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-09"> '
             '3:30 pm - 5:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/7179b56a-a7cc-7562-5112-e616d7a90c12" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/7179b56a-a7cc-7562-5112-e616d7a90c12" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcandlelight-yoga-with-pilin-anice-2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcandlelight-yoga-with-pilin-anice-2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-7/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/cookie-decorating-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-12-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009531 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009531"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-10"> Thursday, December 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-10"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-12-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-12-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-12-09>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-12-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012137 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012137"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-09"> Wednesday, December 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-09"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-12-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-12-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-10>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012347 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012347"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-10"> Thursday, December 10 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-12-10>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-12-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011809 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011809"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-10"> Thursday, December 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-12-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:48 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-14>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68563 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68563"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-12"> Saturday, December 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-12"> '
             '3:00 pm - 5:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68349 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-68349"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Delve '
             'into the historical origin of the Japanese ceremony and '
             'understand how it has evolved to today. Take a peek into Chinese '
             'tea culture and practices and through some of <span '
             'class="notranslate">Grace Farms</span> Tea Expert Frank Kwei’s '
             'own personal collection of teawares, learn to appreciate the art '
             'of presence and wabi sabi, the Japanese philosophy and '
             'aesthetics centered on finding beauty within impermanence and '
             'imperfection.<p></p><p>Journey Into the World of Tea offers a '
             'tranquil, in-depth exploration of tea traditions through guided '
             'tastings, demonstrations, and engaging conversation. This '
             'six-part series takes place in the glass-enclosed Tea Pavilion, '
             'and is led by <span class="notranslate">Grace Farms</span> Tea '
             'Expert and Educator <strong>Frank Kwei</strong>, who brings '
             'decades of knowledge to each session.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-09"> Wednesday, December 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-09"> '
             '3:00 pm - 4:30 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate members: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-eastern-and-western-tea-culture-practices-2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-12-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-12-08>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-12-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011959 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011959"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-08"> Tuesday, December 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-12-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/cookie-decorating-7/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/holiday-market/2026-12-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/closed-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-24/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-12-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/cookie-decorating-7>
{'event_url': 'https://gracefarms.org/event/cookie-decorating-7',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68615 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68615"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Decorate '
             'delicious winter-inspired cookies with the entire family. Sugar '
             'cookies will be provided by Pastry Chef and Educator '
             '<strong>Leah Jones</strong>.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-06"> Sunday, December 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-06"> '
             '3:00 pm - 4:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/cookie-decorating-4" '
             'title="Cookie Decorating"> Cookie Decorating </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$6</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-7" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-7" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-12-05>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-12-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012250 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012250"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-05"> Saturday, December 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-05"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-12-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/cookie-decorating-6/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/cookie-decorating-6>
{'event_url': 'https://gracefarms.org/event/cookie-decorating-6',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68613 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68613"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/Cookie-Decorating-Dec-2025-web.png" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Decorate '
             'delicious winter-inspired cookies with the entire family. Sugar '
             'cookies will be provided by Pastry Chef and Educator '
             '<strong>Leah Jones</strong>.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-06"> Sunday, December 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-12-06"> '
             '1:00 pm - 2:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/cookie-decorating-4" '
             'title="Cookie Decorating"> Cookie Decorating </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$6</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ab7c7929-976c-f710-7a0b-645c0d069f28" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-6" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcookie-decorating-6" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:55 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-09>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012346 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012346"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-09"> Wednesday, December 9 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:55 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-08>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012345 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012345"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-08"> Tuesday, December 8 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:46:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:46:56 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:46:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-12-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011712 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011712"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-05"> Saturday, December 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-05"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-12-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:46:58 [scrapy.extensions.logstats] INFO: Crawled 324 pages (at 55 pages/min), scraped 314 items (at 55 items/min)
2026-08-04 18:47:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:01 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:01 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-05>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012343 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012343"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-05"> Saturday, December 5 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-11-24/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-11-24>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-11-24',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011957 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011957"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-24"> Tuesday, November 24 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-24"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-24" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-24" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-11-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011767 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011767"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-21"> Saturday, November 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-21"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2026-11-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2026-11-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-11-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-11-25>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-11-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012135 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012135"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-25"> Wednesday, November 25 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-25"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-11-21>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-11-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012248 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012248"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-21"> Saturday, November 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-21"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/closed-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/closed-22>
{'event_url': 'https://gracefarms.org/event/closed-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68502 tribe_events type-tribe_events '
             'status-publish hentry" id="post-68502"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>We are closed today, Thursday, November '
             '26, 2026.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-11-26"> Thursday, November 26 '
             '</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fclosed-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:47:04 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011710 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011710"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-21"> Saturday, November 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-21"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:47:10 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-11>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012348 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012348"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-11"> Friday, December 11 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/autumn-stroll/2026-11-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/autumn-stroll/2026-11-14>
{'event_url': 'https://gracefarms.org/event/autumn-stroll/2026-11-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011933 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011933"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Autumn-Stroll-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Autumn-Stroll-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Autumn-Stroll-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph">Experience the beauty of <span '
             'class="notranslate">Grace Farms</span> throughout every season '
             'during a guided walk through the landscape with the <span '
             'class="notranslate">Grace Farms</span> Garden Team. This '
             'immersive fall outing invites all to slow down, notice the '
             'shifting signs of the season, and discover the vibrant plant and '
             'animal life that makes this landscape so special.<p></p><p>Along '
             'the way, explore the purpose and interconnectedness of '
             'surrounding ecosystems, and consider our role in sustaining and '
             'enriching them.</p><p>This walk moves at a casual pace but '
             'includes uneven terrain not suitable for strollers, wheelchairs, '
             'or walkers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-14"> Saturday, November 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-14"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/autumn-stroll" title="Autumn '
             'Stroll"> Autumn Stroll </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/78f491c3-e692-43bf-be8c-b1042a13361d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/78f491c3-e692-43bf-be8c-b1042a13361d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fautumn-stroll%2F2026-11-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fautumn-stroll%2F2026-11-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-12-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-12-11>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-12-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011838 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011838"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-12-11"> Friday, December 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-12-11"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-12-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens>
{'event_url': 'https://gracefarms.org/event/music-at-grace-farms-nemanja-radulovic-and-double-sens',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67196 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67196"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>Renowned violinist Nemanja Radulović '
             'brings his electrifying virtuosity and chamber ensemble Double '
             'Sens to <span class="notranslate">Grace Farms</span> as part of '
             'a debut U.S. tour.</h2><p>Radulović, a star Serbian violinist '
             'whose recording career spans 20 years, champions the power of '
             'music to bring people together. His standout performances are '
             'lauded for their unique energy and candor, depth of expression, '
             'and adventurous programming. In recognition of his contributions '
             'to the arts, he was appointed Chevalier de l’Ordre des Arts et '
             'des Lettres by the French Republic.</p><p>Founded by violinist '
             '<strong>Nemanja Radulović</strong> in 2008, <em><strong>Double '
             'Sens</strong></em> is an ensemble that embodies musical '
             'dialogue, freedom, and cross-cultural exchange. Double Sens is '
             'composed of French and Serbian musicians brought together by '
             'Radulović, reflecting his artistic vision of breaking down '
             'boundaries between genres, traditions, and styles. The '
             'ensemble’s sound moves fluidly between classical repertoire, '
             'Eastern European folk influences, and contemporary expression, '
             'marked by rhythmic vitality, emotional intensity, and a strong '
             'sense of collective storytelling.</p><p>Through its innovative '
             'programming and passionate performances, Double Sens redefines '
             'the classical concert experience, inviting listeners into a '
             'vibrant and shared musical '
             'journey.</p><h3></h3><h3>Program</h3><p>Beethoven, Violin Sonata '
             'No. 9 in A Major, Op. 47 “Kreutzer Sonata” (arranged '
             'Radulovic)<br/> Bach, Chaconne, Partita No. 2 in d-Moll BWV '
             '1004<br/> Bach, Concerto for Violin, Strings and Basso continuo, '
             'BWV 1052R</p><p>\xa0</p><p>On-site parking and off-site parking '
             'with shuttle service are <a '
             'href="https://tickets.gracefarms.org/events/019de4ca-878d-698f-3971-bd0891727b92" '
             'rel="noopener" target="_blank">available for purchase here</a>. '
             'Ride sharing is encouraged as a convenient option, with several '
             'services available locally.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-15"> Sunday, November 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-11-15"> '
             '3:00 pm - 4:45 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> Group A: $125<br/> Group B: $100<br/> '
             'Group C: $75</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/8b3e68c9-8a7f-8eb4-fa30-be05b4c228db" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/8b3e68c9-8a7f-8eb4-fa30-be05b4c228db" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div class="extra-content"><p>\xa0'
             '</p><p><iframe class="lazy-hidden" data-lazy-type="iframe" '
             'data-src="https://player.vimeo.com/video/1187749015?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" '
             'frameborder="0" height="800" title="Nemanja Radulović, '
             'Beethoven, Violin Sonata No 9 in A Major, Op. 47 “Kreutzer '
             'Sonata”: 1st Movement" width="450"></iframe><noscript><iframe '
             'frameborder="0" height="800" '
             'src="https://player.vimeo.com/video/1187749015?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" '
             'title="Nemanja Radulović, Beethoven, Violin Sonata No 9 in A '
             'Major, Op. 47 “Kreutzer Sonata”: 1st Movement" '
             'width="450"></iframe></noscript></p><h3>Music at <span '
             'class="notranslate">Grace Farms</span></h3><p>This distinctive '
             'concert series invites audiences into the Sanctuary, a '
             'glass-enclosed amphitheater, to experience a one-of-a-kind '
             'acoustic music performance timed with the sunset. Designed by '
             'Pritzker Prize-winning firm, SANAA, the Sanctuary’s glass walls '
             'offer 360-degree views of 80 acres of natural landscapes, while '
             'the room’s exceptional acoustics enhance the musical '
             'performances happening within. This unique setting provides an '
             'immersion into a singular moment where music intertwines with '
             'nature and elevates a collective sense of hope and possibility. '
             'Past performers include Yo-Yo Ma, violinist Joshua Bell, Mon '
             'Rovîa, jazz vocalist Dianne Reeves, and <span '
             'class="notranslate">Grace Farms</span> Artist-in-Residence '
             'cellist Arlen Hlusko.</p><hr/><h4><strong>About Nemanja '
             'Radulović</strong></h4><p><img alt="nemanja" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.png" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="nemanja" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Music-at-Nemanja-hero.png" '
             'width="500"/></noscript></p><p>Serbian-French violinist Nemanja '
             'Radulović champions the power of music to bring people together '
             'with his unique energy and candor, electrifying virtuosity, '
             'depth of expression, and adventurous programming. Winner of the '
             '2024 OPUS KLASSIK Award for Concerto Recording of the Year '
             '(Beethoven: Violin Concerto &amp; Kreutzer Sonata), Radulović '
             'describes the concert stage as a “second home.” His daring '
             'approach—marked by risk-taking and spontaneity—transforms each '
             'performance into a compelling blend of tradition and bold '
             'experimentation.</p><p>During the 2025/2026, season Radulović '
             'brings his “thrilling, magical interpretation” (Bachtrack) of '
             'Aram Khachaturian’s Violin Concerto to the Opening Concert of '
             'the Enescu Festival with Cristian Măcelaru, Baltimore Symphony '
             'with Marin Alsop and Melbourne Symphony with Jamie Martín. With '
             'the Tchaikovsky Violin Concerto he reunites with Krzysztof '
             'Urbański for his return to Warsaw Philharmonic and debut with '
             'Bamberger Symphoniker, and begins new collaborations with Royal '
             'Scottish National Orchestra (Giedrė Šlekytė) and Belgian '
             'National Orchestra (Antony Hermus) at BOZAR Brussels as well as '
             'the Philharmonie de Paris. His season concludes with returns to '
             'Australia and Japan, collaborating with the Melbourne, Tasmania '
             'and Yomiuri Nippon symphony orchestras, a recital tour across '
             'Japan, and a return to the New York Philharmonic at Bravo! '
             'Vail.</p><p>Recent highlights include engagements with the New '
             'York Philharmonic, Accademia Nazionale di Santa Cecilia, Munich '
             'Philharmonic, Pittsburgh Symphony, Gothenburg Symphony, Vienna '
             'Radio Symphony and Sydney Symphony, along with sold-out '
             'performances with his ensemble Double Sens at La Folle Journée '
             'de Nantes and Chorégies d’Orange, and Philharmonie de Paris, '
             'Théâtre des Champs-Élysées, and Berlin '
             'Philharmonie.</p><p>During the 2024/2025 season, Radulović was '
             'Featured Artist of Philharmonia Orchestra (U.K.), performing the '
             'Khachaturian and Shostakovich violin concerti with Principal '
             'Conductor Santtu-Matias Rouvali, as well as play/directing a '
             'chamber music program with Philharmonia musicians: “A born '
             'communicator, Radulović played with an enticing finesse and '
             'directed the players with charismatic energy” (The Strad). He '
             'made an acclaimed return to the BBC Proms (Martín, BBC National '
             'Orchestra of Wales), and in North America, Radulović debuted '
             'with Pittsburgh Symphony and Orchestre symphonique de Quebec, '
             'and continued his cherished relationship with Los Angeles '
             'Chamber Orchestra.</p><p>Radulović’s recordings, including his '
             'critically acclaimed Beethoven album (2023) and second Bach '
             'album (2024) with Double Sens, reflect his restless curiosity '
             'and desire to explore. Signed exclusively to Warner Classics in '
             '2021, Radulović’s debut album on the label, ROOTS, represents a '
             'beguiling sonic journey inspired by his many influences. His '
             'previous album, Baïka, one of nine successful recordings with '
             'Deutsche Grammophon and Universal Music Group, was declared “a '
             'fiery whirlwind of an album” by BBC Music Magazine, which '
             'awarded it five stars and the coveted Critics’ Choice Award. '
             'Gramophone Magazine praised Baïka’s “imaginative pairings,” '
             'noting that “Radulović dispatches [the Khachaturian Violin '
             'Concerto] with energy and firepower,” and that “with Radulović '
             'as narrator, this is an album with entrancing tales to tell.” '
             'His latest recording on the label explores the music of '
             'Prokofiev with the Philharmonia Orchestra and conductor '
             'Santtu-Matias Rouvali.</p><p>Radulović maintains an equal '
             'passion for the intimacy of chamber music and is an increasingly '
             'active recitalist on the international stage. He has performed '
             'at distinguished venues such as Carnegie Hall, Concertgebouw '
             'Amsterdam, Berlin Philharmonie, Salle Pleyel, Théâtre des '
             'Champs-Élysées, Athens Megaron, Suntory Hall, Teatro Colón, and '
             'Melbourne Recital Centre.</p><p>Born in Serbia in 1985, Nemanja '
             'Radulović studied at the Faculty of Arts and Music in Belgrade, '
             'Hochschule für Musik Saar, Stauffer Academy with Salvatore '
             'Accardo, and the Conservatoire de Paris with Patrice '
             'Fontanarosa. He has received Opus Klassik and Echo Klassik '
             'awards, was named International Revelation of the Year and '
             'Artist of the Year by Victoires de la Musique Classique, holds '
             'an Honorary Doctorate from the University of Arts in Niš, '
             'Serbia, and was honored with ELLE’s Style Award for Musician of '
             'the Year. A laureate of several prestigious international violin '
             'competitions, he has won prizes at the Joseph Joachim (Hanover), '
             'George Enescu (Bucharest), and Stradivarius (Cremona) '
             'competitions. In recognition of his contributions to the arts, '
             'he was appointed Chevalier de l’Ordre des Arts et des Lettres by '
             'the French Republic.</p><h4><strong>About Double '
             'Sens</strong></h4><p><img alt="doublesens" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Double-Sens-bio-web.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="doublesens" decoding="async" '
             'height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Double-Sens-bio-web.jpg" '
             'width="500"/></noscript></p><p>Founded by violinist Nemanja '
             'Radulović in 2008, Double Sens is an ensemble that embodies '
             'musical dialogue, freedom, and cross-cultural exchange. Bringing '
             'together musicians from France and Serbia, the group reflects '
             'Radulović’s artistic vision of breaking down boundaries between '
             'genres, traditions, and styles. The ensemble’s sound moves '
             'fluidly between classical repertoire, Eastern European folk '
             'influences, and contemporary expression, marked by rhythmic '
             'vitality, emotional intensity, and a strong sense of collective '
             'storytelling. Through its innovative programming and passionate '
             'performances, Double Sens redefines the classical concert '
             'experience, inviting listeners into a vibrant and shared musical '
             'journey.</p><p>For Radulović, Double Sens was born from '
             'questions of identity—his music, his friendships, his life '
             'between France and Serbia. He brought together Serbian and '
             'French musicians he knew personally, confident that their '
             'distinct personalities would form a cohesive group united by the '
             'joy of sharing music and the stage. From the first performance, '
             'there was a shared desire to continue. Even after many years of '
             'playing together, that feeling remains, and the anticipation of '
             'reuniting is as strong as ever.</p><p>Radulović and Double Sens '
             'have recorded eight albums together, including 5 Seasons (Decca, '
             '2011); Journey East (Deutsche Grammophon, 2015); Bach (2016); '
             'Rococo Variations in an original arrangement for viola '
             '(Tchaikovsky, 2017); and Rimsky-Korsakov’s Scheherazade (Baïka, '
             '2018). Now exclusive artists with Warner Classics, they have '
             'released Roots (2022); Beethoven (2023), which earned Radulović '
             'an Opus Klassik Award; and Bach (2024).</p><p>The ensemble '
             'performs internationally at leading venues including the '
             'Philharmonie de Paris, Tokyo Opera City Concert Hall, Berlin '
             'Philharmonie, Vienna Konzerthaus, Munich’s Prinzregententheater, '
             'and Hamburg’s Elbphilharmonie. In 2026, Double Sens will make '
             'its U.S. debut with a coast-to-coast tour spanning ten states, '
             'including performances at Cleveland’s Severance Hall, Chicago’s '
             'Orchestra Hall, Baltimore’s Meyerhoff Symphony Hall, and '
             'Boston’s Jordan Hall.</p><hr/><h5><b>2026-2027 '
             'season</b></h5><p>The 2026/2027 season deepens our ongoing '
             'exploration of the programmatic theme, We all build, through a '
             'new slate of one-of-a-kind experiences rooted in our mission to '
             'foster more grace and peace locally and globally. Join us for '
             'unforgettable musical performances, stirring dialogue from '
             'today’s leading thinkers, and community moments — each held in '
             'an immersive setting where boundaries between people, '
             'architecture, and landscape dissolve. Visit us throughout the '
             'seasons to sit at this unique intersection and explore topics '
             'that aim to inspire both introspection and joy. From there, we '
             'hope you connect with our theme that encourages all to build a '
             'more graceful and peaceful world, every day.</p><h6 '
             'style="text-align: left;">thank you to our 2026-2027 season '
             'sponsor</h6><p><img alt="JPMC logo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'decoding="async" height="43" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="300"/><noscript><img alt="JPMC logo" decoding="async" '
             'height="43" '
             'src="https://gracefarms.org/wp-content/uploads/2025/07/JPMC_Logo_Standard_Black_RGB.png" '
             'width="300"/></noscript></p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/13\xa0<span>|\xa0'
             'Sunday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/season-opener-teresita-fernandez/" '
             'rel="bookmark">Season Opener | Teresita '
             'Fernández</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-nemanja-radulovic-and-double-sens" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmusic-at-grace-farms-nemanja-radulovic-and-double-sens" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-11-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-11-18>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-11-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012134 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012134"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-18"> Wednesday, November 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-18"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:47:12 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011709 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011709"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-14"> Saturday, November 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-14"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-11-20>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-11-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011835 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011835"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-20"> Friday, November 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-20"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009529 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009529"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-19"> Thursday, November 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-19"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-11-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-11-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:13 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-11-19>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-11-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011806 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011806"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-19"> Thursday, November 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-11-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-11-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-11-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:13 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:13 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-11-17>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-11-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011956 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011956"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-17"> Tuesday, November 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:47:19 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:47:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-11-13>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-11-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011904 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011904"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-13"> Friday, November 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-13"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-04/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/04\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-04/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-11-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-workshop-garlic/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/holiday-market/2026-12-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-11-11>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-11-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012133 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012133"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-11"> Wednesday, November 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-11"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:47:20 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-11-13>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-11-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011834 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011834"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-13"> Friday, November 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-13"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/holiday-market/2026-12-06>
{'event_url': 'https://gracefarms.org/event/holiday-market/2026-12-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012344 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012344"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Holiday-Market-web-JD-opt-1.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph"><p><span '
             'class="notranslate">Grace Farms</span> Holiday Market is a '
             'special pop-up featuring a curated selection of meaningful gifts '
             'that give back.</p><p>Browse art sets, toys and treats, cozy '
             'mugs, teas and coffees, inspiring books, and <span '
             'class="notranslate">Grace Farms</span> favorites like notecards '
             'and memberships. Discover handmade ornaments and embroidered '
             'works by Nasreen Sheikh and the Empowerment Collective, '
             'supporting dignified work for women artisans worldwide. Open for '
             'a limited time during regular business '
             'hours.</p></div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-12-06"> Sunday, December 6 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/holiday-market" '
             'title="Holiday Market"> Holiday Market </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fholiday-market%2F2026-12-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-11-14>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-11-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012247 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012247"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-14"> Saturday, November 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-14"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-11-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-11-10>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-11-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011955 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011955"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-10"> Tuesday, November 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-herbal-infusions-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68347 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-68347"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Explore the distinction between tea — '
             'the beverage derived from steeping leaves of the Camellia '
             'sinensis plant— and tisanes, caffeine-free botanical infusions '
             'commonly called “herbal tea.” Taste a wide range of flavor '
             'profiles through hot and cold versions of different herbal '
             'blends while learning the origins of herbs and the different '
             'preparation methods.</p><p>Journey Into the World of Tea offers '
             'a tranquil, in-depth exploration of tea traditions through '
             'guided tastings, demonstrations, and engaging conversation. This '
             'six-part series takes place in the glass-enclosed Tea Pavilion, '
             'and is led by <span class="notranslate">Grace Farms</span> Tea '
             'Expert and Educator <strong>Frank Kwei</strong>, who brings '
             'decades of knowledge to each session.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-11"> Wednesday, November 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-11-11"> '
             '3:00 pm - 4:30 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate members: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-herbal-infusions-2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-herbal-infusions-2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009528 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009528"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-12"> Thursday, November 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-12"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-11-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-11-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:22 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-11-12>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-11-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011805 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011805"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-12"> Thursday, November 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-12"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-11-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-11-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-11-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:23 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:23 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-11-20>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-11-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011905 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011905"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-20"> Friday, November 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-20"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-workshop-garlic/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-workshop-garlic>
{'event_url': 'https://gracefarms.org/event/nature-workshop-garlic',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68388 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-68388"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Garlic_web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Garlic_web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Garlic_web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Fall is '
             'the best time to plant garlic. <span class="notranslate">Grace '
             'Farms</span> Horticulture Specialist <strong>Michael '
             'Poulin</strong> demonstrates how to prepare, plant, and care for '
             'this common aromatic. Take home a hand-selected head of garlic '
             'to plant this autumn for summer harvest.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-07"> Saturday, November 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-11-07"> '
             '11:00 am - 12:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d0de5a6a-82ba-9369-bc00-0c338cc5e5bd" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d0de5a6a-82ba-9369-bc00-0c338cc5e5bd" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-garlic" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-workshop-garlic" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-11-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009527 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009527"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-05"> Thursday, November 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-05"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-11-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-11-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-11-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-11-06>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-11-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011903 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011903"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-06"> Friday, November 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-06"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-11-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-11-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-11-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011708 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011708"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-07"> Saturday, November 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-07"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-11-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-11-06>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-11-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011833 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011833"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-06"> Friday, November 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-06"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-11-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/mocktails-3/2026-11-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/mocktails-3/2026-11-05>
{'event_url': 'https://gracefarms.org/event/mocktails-3/2026-11-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011935 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-tea cat_community '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011935"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Mocktails-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Enjoy an '
             'evening of creating and sipping delicious mocktails. Follow '
             '<span class="notranslate">Grace Farms</span> Pastry Chef and '
             'Educator <strong>Leah Jones’</strong> recipes to blend three '
             'seasonal beverages from ingredients inspired by <span '
             'class="notranslate">Grace Farms</span> Tea &amp; Coffee, while '
             'discovering connections between food, culture, and '
             'community.<p></p><p>Culinary Experiences with Chef Leah Jones '
             'offer educational and interactive explorations of the complex '
             'ways in which food intersects with our lives.</p><p>Leah Jones '
             'has more than 15 years of food service and culinary experience '
             'and has been with <span class="notranslate">Grace Farms</span> '
             'since its opening in 2015. She leads recipe research and '
             'development for all baking and pastry programs. She feels '
             'strongly about creating a more sustainable and equitable food '
             'system, both locally and globally, and upholds a zero-food waste '
             'approach when it comes to baking. She holds a B.S. in Baking '
             '&amp; Pastry Arts and Food Service Management from Johnson &amp; '
             'Wales University.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-05"> Thursday, November 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-05"><div class="tribe-recurring-event-time">6:00 '
             'pm - 7:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/mocktails-3" '
             'title="Mocktails"> Mocktails </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $35 <br/> member: $28</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/48b62f4b-6351-2b9e-f463-352515a835ab" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/48b62f4b-6351-2b9e-f463-352515a835ab" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmocktails-3%2F2026-11-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmocktails-3%2F2026-11-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-11-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-11-07>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-11-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012246 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012246"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-07"> Saturday, November 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-07"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-11-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/tea-diplomacy/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:31 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:31 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-10-22>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-10-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011802 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011802"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-22"> Thursday, October 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-11-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:31 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:32 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-11-03>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-11-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011954 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011954"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-03"> Tuesday, November 3 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-03"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-11-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-11-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:32 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:32 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-11-05>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-11-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011804 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011804"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-05"> Thursday, November 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-05"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-11-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-11-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:32 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:33 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009525 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009525"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-22"> Thursday, October 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-22"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8389
2026-08-04 18:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-18>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013546 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013546"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-18"> Sunday, October 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-18"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-10-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6446
2026-08-04 18:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-10-23>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-10-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013553 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013553"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-10-23"> Friday, October 23 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:39 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-10-21>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-10-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012130 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012130"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-21"> Wednesday, October 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-21"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/tea-diplomacy/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:39 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:39 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/tea-diplomacy>
{'event_url': 'https://gracefarms.org/event/tea-diplomacy',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67381 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-arts '
             'tribe_events_cat-tea tribe_events_cat-architecture cat_community '
             'cat_arts cat_tea cat_architecture" id="post-67381"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Learn about the remarkable role of tea '
             'diplomacy to address humanitarian issues at <span '
             'class="notranslate">Grace Farms</span> with one of the world’s '
             'leading experts in the field, <strong>Kent E. '
             'Calder</strong>.</p><p><strong>Calder</strong> joins '
             '<strong>James Kondo</strong>, Chairman of the International '
             'House of Japan, for a timely conversation about the way tea '
             'ceremonies build community and connection across cultures. They '
             'will also explore the inspiration behind Calder’s newest book, '
             '<em>Chado Gaiko: Japanese Tea Diplomacy in a Global World</em>. '
             'As part of the experience, enjoy <span class="notranslate">Grace '
             'Farms</span> Tea &amp; Coffee, which reflects <span '
             'class="notranslate">Grace Farms</span>’ foundational commitment '
             'to sharing tea as a means of fostering grace and peace in the '
             'world.</p><p>Calder is the Edwin O. Reischauer Professor and '
             'Director of the Edwin O. Reischauer Center for East Asian '
             'Studies at Johns Hopkins School of Advanced International '
             'Studies.</p><p>Join us earlier in the day for a <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="noopener" target="_blank"><strong><u><span '
             'class="notranslate">Grace Farms</span> Tour</u></strong></a> of '
             'the River building and Barns designed by Pritzker Prize-winning '
             'firm, SANAA. Explore the River building and its unique glass '
             'walls, intended by SANAA to dissolve boundaries between people '
             'and the natural world, and explore the many other places on site '
             'where tea is a communal part of dialogue and '
             'reflection.</p><p>This program is developed in collaboration '
             'with the <a href="https://ihj.global/en/" rel="noopener" '
             'target="_blank"><strong>International House of '
             'Japan</strong></a> and <a href="https://www.afihj.org" '
             'rel="noopener" target="_blank"><strong>American Friends of the '
             'International House of Japan</strong></a>.</p><p>\xa0'
             '</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-17"> Saturday, October 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-10-17"> '
             '2:00 pm - 3:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a><a '
             'href="https://gracefarms.org/events/category/architecture" '
             'rel="tag">Architecture</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/5137d5bb-47aa-f356-ccf5-6132e88e8cf0" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/5137d5bb-47aa-f356-ccf5-6132e88e8cf0" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="extra-content"><h3></h3><h3><strong>International House '
             'of Japan</strong></h3><p>The International House of Japan '
             '(I-House) is a private, nonprofit organization incorporated in '
             '1952 with support from the Rockefeller Foundation and other '
             'private institutions and individuals for the purpose of '
             'promoting cultural exchange and intellectual cooperation between '
             'the peoples of Japan and those of other countries. Its mission '
             'is to “contribute to building a free, open, and sustainable '
             'future through intellectual dialogue, policy research, and '
             'cultural exchange with a diverse world.” '
             'https://ihj.global/en/</p><h3><strong>American Friends of the '
             'International House of Japan</strong></h3><p>The American '
             'Friends of the International House of Japan (AFIHJ) was founded '
             'in 1986 by and fosters deep intellectual, diplomatic, and '
             'business ties between the U.S. and Japan by amplifying the '
             'mission and partnering with the International House of Japan. '
             'https://www.afihj.org</p><h3><strong>About James '
             'Kondo</strong></h3><p><img alt="James kondo" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/James-Kondo_Headshot_IntHouseofJapancredit-copy-web.jpg" '
             'decoding="async" height="250" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="250"/><noscript><img alt="James kondo" decoding="async" '
             'height="250" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/James-Kondo_Headshot_IntHouseofJapancredit-copy-web.jpg" '
             'width="250"/></noscript></p><p>James Kondo is Chairman of the '
             'International House of Japan. He also serves as Senior Advisor '
             'to OpenAI, Japan Chair of the Trilateral Commission, and a '
             'trustee of Asia Society, Japan Society, the Magsaysay Award '
             'Foundation, the U.S.-Japan Foundation, and Keio '
             'University.</p><p>Previously, he was Vice President at Twitter, '
             'Inc. and Chairman of Twitter Japan. He also served as Special '
             'Advisor at the Cabinet Office of the Government of '
             'Japan.</p><p>James has been named a Young Global Leader by the '
             'World Economic Forum, a Yale World Fellow, an Asia 21 Fellow of '
             'Asia Society, and a Weizsäcker Fellow at the Bosch Foundation. '
             'He was a visiting student at Brown University, visiting '
             'scientist at MIT Media Lab, and graduated from Keio University '
             'and Harvard Business School.</p><h3><strong>About Kent E. '
             'Calder</strong></h3><p><img alt="Kent Calder" '
             'class="lazy-hidden" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Kent-Calder-Headshot-copy-web.jpg" '
             'decoding="async" height="250" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="250"/><noscript><img alt="Kent Calder" decoding="async" '
             'height="250" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Kent-Calder-Headshot-copy-web.jpg" '
             'width="250"/></noscript></p><p>Kent E. Calder currently directs '
             'the Edwin O. Reischauer Center for East Asian Studies at Johns '
             'Hopkins University SAIS, as he has done since 2003. He recently '
             'also served for varying intervals as Dean, Vice Dean for Faculty '
             'Affairs, and Vice Dean for Academic Affairs at SAIS.</p><p>Prior '
             'to SAIS, Calder served as special advisor to the U.S. Ambassador '
             'to Japan; Japan Chair at the Center for Strategic and '
             'International Studies (CSIS); tenured professor at Princeton '
             'University; lecturer on government at Harvard; and as the first '
             'executive director of Harvard University’s Program on U.S.-Japan '
             'Relations. Professor Calder received his Ph.D. from Harvard '
             'University, where he worked under the direction of Edwin O. '
             'Reischauer, former US Ambassador to Japan.</p><p>A specialist in '
             'East Asian political economy, Kent Calder lived and researched '
             'in Japan for eleven years and elsewhere in East Asia for four '
             'years. He has served as Distinguished Visiting Professor at '
             'Seoul National University; as Rajaratnam Professor at Nanyang '
             'University in Singapore; and as Visiting Professor at the '
             'University of Yangon in Myanmar.</p><p>In 2014, Professor Calder '
             'was awarded the Order of the Rising Sun, Gold Rays with Neck '
             'Ribbon. His recent publications include: Eurasian Maritime '
             'Geopolitics: The United States and China in an Age of '
             'Indo-pacific Transformation (2025 ); Global Political Cities: '
             'Actors and Arenas of Influence in International Affairs (2021); '
             'Super Continent: The Logic of Eurasian Integration (2019); '
             'Circles of Compensation: Economic Growth and the Globalization '
             'of Japan (2018); Singapore: Smart City, Smart State (2017); Asia '
             'in Washington (2014); and The New Continentalism: Energy and '
             'Twenty-First Century Eurasian Geopolitics '
             '(2012).</p><hr/><h3>2026/2027 season</h3><p>The 2026/2027 season '
             'deepens our ongoing exploration of the programmatic theme, We '
             'all build, through a new slate of one-of-a-kind experiences '
             'rooted in our mission to foster more grace and peace locally and '
             'globally. Join us for unforgettable musical performances, '
             'stirring dialogue from today’s leading thinkers, and community '
             'moments — each held in an immersive setting where boundaries '
             'between people, architecture, and landscape dissolve. Visit us '
             'throughout the seasons to sit at this unique intersection and '
             'explore topics that aim to inspire both introspection and joy. '
             'From there, we hope you connect with our theme that encourages '
             'all to build a more graceful and peaceful world, every '
             'day.</p></div><h2 class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Ftea-diplomacy" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Ftea-diplomacy" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-10-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:39 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:40 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-10-20>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-10-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011952 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011952"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-20"> Tuesday, October 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:40 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-10-17>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-10-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012243 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012243"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-17"> Saturday, October 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:40 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:47:40 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011705 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011705"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-17"> Saturday, October 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-17"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-10-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-10-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-22>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013535 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013535"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-22"> Thursday, October 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:47:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-17>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013532 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013532"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-17"> Saturday, October 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-20>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013533 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013533"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-20"> Tuesday, October 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8354
2026-08-04 18:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-21>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013534 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013534"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-21"> Wednesday, October 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-21"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:47 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14>
{'event_url': 'https://gracefarms.org/event/journey-into-the-world-of-tea-black-teas-2/2026-10-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011819 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011819"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Explore '
             'the rich history behind the major black teas of the world. Taste '
             'the differences between samples from famous regions in India '
             'like Darjeeling and Assam, including the Full Moon Darjeeling, '
             'to black teas from the lowlands of Ceylon (now known as Sri '
             'Lanka) and classics from China like Keemun and Yunnan, widely '
             'believed to be the birthplace of tea.<p></p><p>Journey Into the '
             'World of Tea offers a tranquil, in-depth exploration of tea '
             'traditions through guided tastings, demonstrations, and engaging '
             'conversation. This six-part series takes place in the '
             'glass-enclosed Tea Pavilion, and is led by <span '
             'class="notranslate">Grace Farms</span> Tea Expert and Educator '
             '<strong>Frank Kwei</strong>, who brings decades of knowledge to '
             'each session.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-14"> Wednesday, October 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-14"><div class="tribe-recurring-event-time">3:00 '
             'pm - 4:30 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/journey-into-the-world-of-tea" '
             'title="Journey Into the World of Tea"> Journey Into the World of '
             'Tea </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20 <br/> tea '
             'advocate member: free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/018b4b6b-0e63-27e2-07a8-4a129e1dd59a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-black-teas-2%2F2026-10-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjourney-into-the-world-of-tea-black-teas-2%2F2026-10-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:47 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:47 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-10-16>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-10-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011900 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011900"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-16"> Friday, October 16 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-16"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:47 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-15>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013531 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013531"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-15"> Thursday, October 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:48 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-10-15>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-10-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011801 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011801"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-15"> Thursday, October 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8389
2026-08-04 18:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-16>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013545 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013545"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-16"> Friday, October 16 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-16"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:47:49 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-10-16>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-10-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011830 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011830"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-16"> Friday, October 16 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-16"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:50 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009524 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009524"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-15"> Thursday, October 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-15"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-10-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:55 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-10-14>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-10-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012129 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012129"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-14"> Wednesday, October 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-14"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:55 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-10>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013528 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013528"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-10"> Saturday, October 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/autumn-stroll/2026-10-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:55 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:56 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/autumn-stroll/2026-10-10>
{'event_url': 'https://gracefarms.org/event/autumn-stroll/2026-10-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011932 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011932"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Autumn-Stroll-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Autumn-Stroll-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Autumn-Stroll-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph">Experience the beauty of <span '
             'class="notranslate">Grace Farms</span> throughout every season '
             'during a guided walk through the landscape with the <span '
             'class="notranslate">Grace Farms</span> Garden Team. This '
             'immersive fall outing invites all to slow down, notice the '
             'shifting signs of the season, and discover the vibrant plant and '
             'animal life that makes this landscape so special.<p></p><p>Along '
             'the way, explore the purpose and interconnectedness of '
             'surrounding ecosystems, and consider our role in sustaining and '
             'enriching them.</p><p>This walk moves at a casual pace but '
             'includes uneven terrain not suitable for strollers, wheelchairs, '
             'or walkers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-10"> Saturday, October 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-10"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/autumn-stroll" title="Autumn '
             'Stroll"> Autumn Stroll </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/78f491c3-e692-43bf-be8c-b1042a13361d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/78f491c3-e692-43bf-be8c-b1042a13361d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fautumn-stroll%2F2026-10-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fautumn-stroll%2F2026-10-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8389
2026-08-04 18:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-11>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013544 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013544"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-11"> Sunday, October 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-11"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8354
2026-08-04 18:47:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-14>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013530 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013530"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-14"> Wednesday, October 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-14"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:47:57 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-10-10>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-10-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012242 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012242"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-10"> Saturday, October 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:47:57 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:47:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-13>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013529 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013529"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-13"> Tuesday, October 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:47:58 [scrapy.extensions.logstats] INFO: Crawled 387 pages (at 63 pages/min), scraped 377 items (at 63 items/min)
2026-08-04 18:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-11-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-11-04>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-11-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012132 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012132"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-11-04"> Wednesday, November 4 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-11-04"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-11-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-10-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-10-13>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-10-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011951 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011951"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-13"> Tuesday, October 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:48:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-09>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013543 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013543"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-09"> Friday, October 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-09"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-10-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-07>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013526 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013526"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-07"> Wednesday, October 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-07"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-08>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013527 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013527"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-08"> Thursday, October 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-10-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009523 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009523"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-08"> Thursday, October 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-08"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-10-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-10-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-10-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:04 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-10-08>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-10-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011800 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011800"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-08"> Thursday, October 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-10-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:05 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-10-09>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-10-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011899 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011899"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-09"> Friday, October 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-09"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6445
2026-08-04 18:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-10-09>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-10-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013551 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013551"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-10-09"> Friday, October 9 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-10-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:05 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-10-09>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-10-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011829 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011829"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-09"> Friday, October 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-09"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-10-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:48:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-03>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013524 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013524"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-03"> Saturday, October 3 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-03"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-10-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011766 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011766"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-03"> Saturday, October 3 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-03"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-10-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-10-04>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-10-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013542 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013542"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-04"> Sunday, October 4 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-04"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-10-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-10-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8351
2026-08-04 18:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-10-06>
{'event_url': 'https://gracefarms.org/event/imagination/2026-10-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013525 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013525"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-06"> Tuesday, October 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-10-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-10-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011703 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011703"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-03"> Saturday, October 3 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-03"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/chefs-palate-indigenous-influence/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:12 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:12 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/chefs-palate-indigenous-influence>
{'event_url': 'https://gracefarms.org/event/chefs-palate-indigenous-influence',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68381 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-68381"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Chefs-Palate-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Discover '
             'the defining flavors, engaging stories, and diverse cultural '
             'influences that shaped North America’s culinary heritage in this '
             'interactive workshop led by <span class="notranslate">Grace '
             'Farms</span> Pastry Chef and Educator <strong>Leah '
             'Jones</strong>. Explore how Indigenous traditions, ingredients, '
             'and historical events have helped to define today’s American '
             'palate — and gain a deeper understanding of how food reflects '
             'our collective history.<p></p><p>Chef’s Palate, hosted by <span '
             'class="notranslate">Grace Farms</span> Pastry Chef and Educator '
             'Leah Jones, is a family-friendly series of educational '
             'conversations designed to explore all the ways in which food '
             'intersects many aspects of our lives.</p><p>Leah Jones has more '
             'than 15 years of food service and culinary experience and has '
             'been with <span class="notranslate">Grace Farms</span> since its '
             'opening in 2015. She leads recipe research and development for '
             'all baking and pastry programs. She feels strongly about '
             'creating a more sustainable and equitable food system, both '
             'locally and globally, and upholds a zero-food waste approach '
             'when it comes to baking. She holds a B.S. in Baking &amp; Pastry '
             'Arts and Food Service Management from Johnson &amp; Wales '
             'University.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-04"> Sunday, October 4 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-10-04"> '
             '3:00 pm - 4:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f5d11-2de4-e5f7-592f-75afdfbde241" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f5d11-2de4-e5f7-592f-75afdfbde241" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fchefs-palate-indigenous-influence" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fchefs-palate-indigenous-influence" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-10-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6306
2026-08-04 18:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-10-16>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-10-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013552 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013552"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-10-16"> Friday, October 16 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-10-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-10-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:14 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:14 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-10-07>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-10-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012128 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012128"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-07"> Wednesday, October 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-07"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-10-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8391
2026-08-04 18:48:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-20>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013287 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013287"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-20"> Sunday, September 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-20"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/leading-with-purpose-sarah-harden/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/birdwatching-walk-3/2026-09-19>
{'event_url': 'https://gracefarms.org/event/birdwatching-walk-3/2026-09-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011759 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011759"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph">Birdwatchers of all ages and '
             'experience are invited to join birding expert <strong>Brian '
             'O’Toole</strong>, the Visitor Service Manager for the Stamford '
             'Museum and Nature Center. Through these guided walks, connect '
             'with the purpose of the ecosystems we inhabit, the vibrant life '
             'that’s a part of it, and our role in maintaining and adding to '
             'it.<p></p><p>Brian O’Toole serves on the Board of Directors for '
             'the Connecticut Ornithological Association. Previously, he '
             'served as a board member for the Greenwich Audubon Society, was '
             'the compiler for the Greenwich-Stamford Christmas Bird Count as '
             'well as the paid hawk counter for the Quaker Ridge Hawkwatch for '
             'many years. He worked as a naturalist, camp counselor and store '
             'manager at the Greenwich Audubon Center and was a Visitor '
             'Services Manager at Connecticut’s Beardsley Zoo. Currently he is '
             'the Visitor Services Manager at the Stamford Museum &amp; Nature '
             'Center in Stamford, CT.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-19"> Saturday, September 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-19"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/birdwatching-walk-3" '
             'title="Birdwatching Walk"> Birdwatching Walk </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$8</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/leading-with-purpose-sarah-harden>
{'event_url': 'https://gracefarms.org/event/leading-with-purpose-sarah-harden',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67372 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-arts cat_community '
             'cat_arts" id="post-67372"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join us for a conversation with<strong> '
             'Sarah Harden</strong>, former CEO of Hello Sunshine, as she '
             'reflects on her journey of leadership across industries, from '
             'sports to media and technology.</p><p>As CEO of <strong>Hello '
             'Sunshine,</strong> the media company founded by Reese '
             'Witherspoon, Harden grew a bold vision into a global cultural '
             'force. She oversaw acclaimed productions like <em>Big Little '
             'Lies</em> and <em>The Morning Show</em>, while shaping a '
             'storytelling ecosystem that broadened whose voices are seen, '
             'heard, and brought to market, culminating in a landmark $900 '
             'million sale to Candle Media.</p><p>Her impact extends into '
             'sports, where she serves as an investor and board member of '
             'Angel City Football Club and on the Board of Governors of the '
             'National Women’s Soccer League, helping shape one of the most '
             'dynamic areas of growth in the industry.</p><p>A visionary '
             'leader, Harden brings a distinctive ability to transform '
             'industries, advancing gender equity while creating lasting '
             'cultural and economic value.</p><p><em>Recommended for ages 12 '
             'and up.</em></p><p>\xa0</p><p><strong data-end="980" '
             'data-start="799">Begin your evening with a complimentary '
             'Pre-Reception in the Library from 3:30 – 5 pm featuring '
             'tea-inspired mocktails and a curated selection of wines. Space '
             'is limited, so register early to secure your '
             'spot.</strong></p><p>\xa0</p><p>\xa0</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-19"> Saturday, September 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-19"> '
             '5:00 pm - 6:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $40 <br/> member: $32</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/da4c296c-6b97-add3-77ae-549348dfc50c" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/da4c296c-6b97-add3-77ae-549348dfc50c" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="extra-content"><h3></h3><h3><strong>Leading with '
             'Purpose</strong></h3><p>This series highlights innovative '
             'leaders and transformational thinkers who are advancing more '
             'equitable, sustainable, and inclusive systems across industries. '
             '<em>Leading with Purpose</em> shines the spotlight on bold ideas '
             'and purpose-driven leadership that shape culture, influence '
             'capital, and drive lasting change.</p><hr/><h4><strong>About '
             'Sarah Harden</strong></h4><p><img alt="" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Sarah-Harden-Headshot-web-crop.jpg" '
             'decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="" decoding="async" height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Sarah-Harden-Headshot-web-crop.jpg" '
             'width="500"/></noscript></p><p><strong>Sarah Harden</strong> is '
             'a visionary creative executive and business builder with a track '
             'record of building enterprises that combine cultural impact with '
             'exceptional commercial outcomes.</p><p>Most recently, Harden '
             'served as CEO of Hello Sunshine and Candle Studios. Alongside '
             'founder Reese Witherspoon, she reimagined what a media company '
             'could be — building Hello Sunshine from a startup into a premium '
             'content producer and direct-to-consumer media brand, cultivating '
             'a community of over 150 million weekly followers, and '
             'spearheading its $900 million sale to Blackstone-backed Candle '
             'Media in 2021.</p><p>Harden’s career spans two decades of '
             'building and creating transformative value from media businesses '
             'globally. As President of Otter Media, she pioneered investments '
             'in and launched some of the most innovative digital video '
             'services of their era — including Crunchyroll, Fullscreen and '
             'Roosterteeth — driving the business to a $1.56 billion sale, and '
             'originating the first investment in Hello Sunshine. Earlier in '
             'her career she held senior roles at News Corp Asia in Hong Kong, '
             'including a board seat at ESPN-Star Sports, and as SVP of '
             'Business Development at Fox Networks Group in Los Angeles. She '
             'began her career at Boston Consulting Group in Melbourne, '
             'Australia, and holds degrees from the University of Melbourne '
             'and Harvard Business School, where she graduated as a Baker '
             'Scholar.</p><p>Harden is a committed advocate for the commercial '
             'potential of women in sports, media and consumer businesses. She '
             'serves on the Board of Angel City Football Club and the National '
             'Women’s Soccer League Governing Board, and as an active angel '
             'investor with a portfolio of over 30 companies, consistently '
             'putting capital behind her conviction that investing in women '
             'drives outsized returns.</p><p>She also serves on the Board of '
             'Magnite (NASDAQ: MGNI), is Operating Chair of Bindery, an '
             'innovative publishing company, and is Chair of the Board of '
             'Trustees of Crossroads School for the Arts and '
             'Sciences.</p><hr/><h5>2026/2027 season</h5><p>The 2026/2027 '
             'season deepens our ongoing exploration of the programmatic '
             'theme,\xa0<em>We all build</em>, through a new slate of '
             'one-of-a-kind experiences rooted in our mission to foster more '
             'grace and peace locally and globally. Join us for unforgettable '
             'musical performances, stirring dialogue from today’s leading '
             'thinkers, and community moments — each held in an immersive '
             'setting where boundaries between people, architecture, and '
             'landscape dissolve. Visit us throughout the seasons to sit at '
             'this unique intersection and explore topics that aim to inspire '
             'both introspection and joy. From there, we hope you connect with '
             'our theme that encourages all to build a more graceful and '
             'peaceful world, every day.</p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleading-with-purpose-sarah-harden" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fleading-with-purpose-sarah-harden" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-10-03/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-09-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:19 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:19 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-10-03>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-10-03',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012241 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012241"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-03"> Saturday, October 3 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-03"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-10-03" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-09-23>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-09-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012126 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012126"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-23"> Wednesday, September 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-23"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-09-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:21 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:21 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-09-22>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-09-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011948 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011948"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-22"> Tuesday, September 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:22 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8356
2026-08-04 18:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-23>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012822 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012822"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-23"> Wednesday, September 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-23"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8391
2026-08-04 18:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-18>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013286 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013286"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-18"> Friday, September 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-18"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6448
2026-08-04 18:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-09-18>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-09-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013521 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013521"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-09-18"> Friday, September 18 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:28 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011701 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011701"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-19"> Saturday, September 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-19"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8355
2026-08-04 18:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-19>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012820 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012820"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-19"> Saturday, September 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8355
2026-08-04 18:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-17>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012819 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012819"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-17"> Thursday, September 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-with-jillian-miao/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:29 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:29 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-with-jillian-miao>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-with-jillian-miao',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68267 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68267"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
             'decoding="async" fetchpriority="high" height="1158" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
             'width="2560"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1158" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
             'width="2560"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This special Bunny Book Group features '
             'local author <strong>Jillian Miao</strong>. For our youngest '
             'readers, Miao will read from her colorful board books from the '
             'Baby Botanicals series, including Good Morning, Garden! and '
             'Peekaboo, Flowers! Following story time, Miao will facilitate a '
             'hands-on activity to help children build confidence and exercise '
             'their imagination.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-18"> Friday, September 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-18"> '
             '11:00 am - 11:30 am</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/special-bunny-book-group-with-jillian-miao" '
             'title="Special Bunny Book Group with Jillian Miao"> Special '
             'Bunny Book Group with Jillian Miao </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-with-jillian-miao" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-with-jillian-miao" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:30 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:30 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao>
{'event_url': 'https://gracefarms.org/event/special-bunny-book-group-with-jillian-miao',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68272 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68272"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
             'decoding="async" fetchpriority="high" height="1158" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
             'width="2560"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1158" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Jillian-Miao-Headshot-Ticketure-Hero-scaled.jpg" '
             'width="2560"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This special Bunny Book Group features '
             'local author <strong>Jillian Miao</strong>. For our youngest '
             'readers, Miao will read from her colorful board books from the '
             'Baby Botanicals series, including Good Morning, Garden! and '
             'Peekaboo, Flowers! Following story time, Miao will facilitate a '
             'hands-on activity to help children build confidence and exercise '
             'their imagination.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-18"> Friday, September 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-18"> '
             '10:15 am - 10:45 am</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/special-bunny-book-group-with-jillian-miao" '
             'title="Special Bunny Book Group with Jillian Miao"> Special '
             'Bunny Book Group with Jillian Miao </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/39d31fa3-9a3d-bb53-f3b9-6c460136c558" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspecial-bunny-book-group-with-jillian-miao" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fspecial-bunny-book-group-with-jillian-miao" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/season-opener-teresita-fernandez/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8356
2026-08-04 18:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-16>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012818 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012818"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-16"> Wednesday, September 16 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-16"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:35 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/season-opener-teresita-fernandez>
{'event_url': 'https://gracefarms.org/event/season-opener-teresita-fernandez',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-67363 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-arts '
             'tribe_events_cat-music cat_arts cat_music" id="post-67363"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-hero-web-crop.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><h2>2026-2027 season '
             'opener</h2><p>Internationally acclaimed artist <strong>Teresita '
             'Fernández</strong> joins us in the Sanctuary for a conversation '
             'with <span class="notranslate">Grace Farms</span> Founding '
             'Creative Director <strong>Chelsea Thatcher</strong> to discuss '
             'her studio practice, research, materials, and site-specific '
             'work, <a href="https://gracefarms.org/artworks#permanent" '
             'rel="noopener" target="_blank"><em>Double Glass River</em></a> '
             '(2015), which has become an integral part of <span '
             'class="notranslate">Grace Farms</span>.</p><p>Created in '
             'relationship with the River building and nature in 2015 during '
             'the period of the building’s construction, <em>Double Glass '
             'River</em>, resembles an undulating galaxy of 10,000 mirrored '
             'glass cubes and expands horizontally across the curved wall at '
             'the end of the Commons. Depending on where the viewer stands, '
             'the shining reflection constantly alters, and engages the viewer '
             'in many places along the grounds. The work urges the audience to '
             'reflect upon themselves and their relationship to a changing '
             'landscape.</p><p>Fernández and Thatcher’s conversation will be '
             'preceded by a short solo viola recital by award-winning '
             'Jamaican-American violist <strong>Jordan Bak</strong> to open '
             'the season’s music program, with a focus on the contemplative '
             'and active dynamics of peace.</p><p>Throughout the day, children '
             'ages 4-11 are invited to attend <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="noopener" target="_blank"><strong>Open Arts '
             'Studio</strong></a> to imagine, think, play, and create through '
             'an activity inspired by Fernández.</p><p>\xa0</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-13"> Sunday, September 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-13"> '
             '2:00 pm - 3:15 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/arts" '
             'rel="tag">Arts</a><a '
             'href="https://gracefarms.org/events/category/arts/music" '
             'rel="tag">Music</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0afc7926-dd26-7897-9252-94ffce991440" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0afc7926-dd26-7897-9252-94ffce991440" '
             'rel="external" target="_self"><div class="button"> PURCHASE '
             'TICKETS</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="extra-content"><h3></h3><h3><strong>About Teresita '
             'Fernández</strong></h3><div class="wp-caption alignnone" '
             'id="attachment_67227" style="width: 510px"><img alt="" '
             'aria-describedby="caption-attachment-67227" class="lazy-hidden '
             'size-full wp-image-67227" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-headshot-web.jpg" '
             'data-wp-editing="1" decoding="async" height="282" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="" '
             'aria-describedby="caption-attachment-67227" class="size-full '
             'wp-image-67227" data-wp-editing="1" decoding="async" '
             'height="282" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Teresita-Fernandez-headshot-web.jpg" '
             'width="500"/></noscript><p class="wp-caption-text" '
             'id="caption-attachment-67227">Brooklyn, NY – 10/09/2023: Artist '
             'Teresita Fernandez shot in her Boerum Hill studio for Lehmann '
             'Maupin</p></div><p>Visual artist Teresita Fernández expansively '
             'rethinks what constitutes landscape: from the subterranean to '
             'the cosmic, from national borders to the more elusive psychic '
             'landscapes we carry within. Her luminous, sculptural works '
             'expose the complex narratives that stem from distorted, colonial '
             'histories, elaborating on these themes in subtle ways that '
             'insist on intertwining beauty, the socio-political, the '
             'intimate, and the immense.</p><p>She is a 2005 MacArthur '
             'Foundation Fellow and the recipient of numerous awards, '
             'including a: Guggenheim Fellowship; American Academy of Rome '
             'Fellowship; Creative Capital Award; Louis Comfort Tiffany '
             'Biennial Award; and a National Endowment for the Arts Individual '
             'Artist’s Grant. Her works have been shown nationally and '
             'internationally at The Museum of Modern Art, New York; The '
             'Whitney Museum of American Art; the San Francisco Museum of '
             'Modern Art; The Smithsonian Museum of American Art; The Menil '
             'Collection; Philadelphia Museum of Art; and Castello di Rivoli, '
             'Italy, among others.</p><h3><strong>About Jordan '
             'Bak</strong></h3><p><img alt="" class="lazy-hidden" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Jordan-Bak-headshot-web.jpg" '
             'data-wp-editing="1" decoding="async" height="281" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="500"/><noscript><img alt="" data-wp-editing="1" '
             'decoding="async" height="281" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Jordan-Bak-headshot-web.jpg" '
             'width="500"/></noscript></p><p>Award-winning Jamaican-American '
             'violist Jordan Bak has achieved international acclaim as a '
             'trailblazing artist, praised for his radiant stage presence, '
             'dynamic interpretations, and fearless power. The recipient of '
             'the London Philharmonic Orchestra’s ‘Alexandra Jupin’ Award and '
             'former Young Classical Artist Trust’s (YCAT) ‘Robey Artist,’ '
             'Bak’s enthusiastically-received sophomore album, Cantabile: '
             'Anthems for Viola (Delphian Records), has garnered widespread '
             'international acclaim. In the 2025–26 season, he toured North '
             'America with the Takács Quartet.</p><p>Passionate about '
             'education, Bak currently serves on the viola faculties of '
             'Manhattan School of Music and NYU Steinhardt. He is an '
             'Ambassador for UK Music Masters in London and teaches during the '
             'summer at Green Mountain Chamber Music Festival in Vermont. Only '
             'the third violist to earn the Artist Diploma from The Juilliard '
             'School, Jordan Bak holds a Bachelor of Music degree from New '
             'England Conservatory and a Master of Music degree from The '
             'Juilliard School where he was awarded the prestigious Kovner '
             'Fellowship.</p><hr/><h3>2026/2027 season</h3><p>The 2026/2027 '
             'season deepens our ongoing exploration of the programmatic '
             'theme,\xa0<em>We all build</em>, through a new slate of '
             'one-of-a-kind experiences rooted in our mission to foster more '
             'grace and peace locally and globally. Join us for unforgettable '
             'musical performances, stirring dialogue from today’s leading '
             'thinkers, and community moments — each held in an immersive '
             'setting where boundaries between people, architecture, and '
             'landscape dissolve. Visit us throughout the seasons to sit at '
             'this unique intersection and explore topics that aim to inspire '
             'both introspection and joy. From there, we hope you connect with '
             'our theme that encourages all to build a more graceful and '
             'peaceful world, every day.</p></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leading-with-Purpose-Sarah-Harden-web-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/19\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leading-with-purpose-sarah-harden/" '
             'rel="bookmark">Leading with Purpose | Sarah '
             'Harden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Leslie-Odom-Jr-hero-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/26\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/leslie-odom-jr/" '
             'rel="bookmark">Leslie Odom, '
             'Jr.</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/04/Tea-Diplomacy-2026.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 10/17\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/tea-diplomacy/" '
             'rel="bookmark">Tea Diplomacy in partnership with International '
             'House of Japan</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fseason-opener-teresita-fernandez" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fseason-opener-teresita-fernandez" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8391
2026-08-04 18:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-13>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013285 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013285"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-13"> Sunday, September 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-13"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/backyard-blooms/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-17/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:36 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-09-17>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-09-17',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011797 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011797"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-17"> Thursday, September 17 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-17"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-17" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-17" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-13>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68560 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families" '
             'id="post-68560"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-13"> Sunday, September 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-13"> '
             '12:00 pm - 5:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-09-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:37 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:37 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-09-15>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-09-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011947 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011947"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-15"> Tuesday, September 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-09-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:38 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-09-16>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-09-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012125 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012125"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-16"> Wednesday, September 16 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-16"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:38 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8354
2026-08-04 18:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-15>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012817 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012817"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-15"> Tuesday, September 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-10-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:43 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-10-06>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-10-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011950 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011950"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the Grace Farms '
             'Education Team. Inspired by the exhibit With Every Fiber: '
             'Pigment, Stone, Glass, families can explore the unique '
             'properties of building materials and use their imaginations to '
             'create new applications for them.</p><p>On October 11, 2025, '
             'Grace Farms unveiled a new iteration of the With Every Fiber '
             'exhibit, which offers insights into forced labor in the building '
             'materials supply chain. A portion of With Every Fiber was '
             'adapted and included in the Intelligens CANON at the 19th '
             'International Architecture Exhibition of La Biennale di Venezia, '
             'curated by Carlo Ratti, open through November '
             '2025.</p><p>Materials Studio is for ages 4 – 11 with adult '
             'caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-10-06"> Tuesday, October 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-10-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-10-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-7/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio/2026-09-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/backyard-blooms/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:44 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-7/2026-09-11>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-7/2026-09-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011896 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011896"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-11"> Friday, September 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-11"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-7%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8391
2026-08-04 18:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-11>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013284 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013284"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-11"> Friday, September 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-11"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:44 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:44 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/backyard-blooms>
{'event_url': 'https://gracefarms.org/event/backyard-blooms',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68249 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature" id="post-68249"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/Backyard-Blooms-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Backyard-Blooms-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/Backyard-Blooms-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Make your '
             'own handmade bouquet alongside our Horticulture Team. Inspired '
             'by the slow flower movement to embrace local, sustainable, and '
             'seasonal flowers, this hands-on workshop provides tips on '
             'growing your own blooms, emphasizes the importance of knowing '
             'the origin of your flowers and encourages everyone to see the '
             'beauty in their own backyard.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-12"> Saturday, September 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-12"> '
             '12:30 pm - 2:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $50 <br/> member: $40</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/f914a9ca-7d8a-4ce5-1ede-e788c47cbb2d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/f914a9ca-7d8a-4ce5-1ede-e788c47cbb2d" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-stroll/2026-08-08/" '
             'rel="bookmark">Summer Stroll</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbackyard-blooms" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbackyard-blooms" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:44 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8355
2026-08-04 18:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-12>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012816 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012816"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-12"> Saturday, September 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-12"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:45 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:45 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-09-12>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-09-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012239 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012239"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-12"> Saturday, September 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-12"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:48 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8354
2026-08-04 18:48:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-22>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012821 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012821"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-22"> Tuesday, September 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/birdwatching-walk-3/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/birdwatching-walk-3/2026-09-12>
{'event_url': 'https://gracefarms.org/event/birdwatching-walk-3/2026-09-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011758 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011758"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Birdwatching-walk-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph">Birdwatchers of all ages and '
             'experience are invited to join birding expert <strong>Brian '
             'O’Toole</strong>, the Visitor Service Manager for the Stamford '
             'Museum and Nature Center. Through these guided walks, connect '
             'with the purpose of the ecosystems we inhabit, the vibrant life '
             'that’s a part of it, and our role in maintaining and adding to '
             'it.<p></p><p>Brian O’Toole serves on the Board of Directors for '
             'the Connecticut Ornithological Association. Previously, he '
             'served as a board member for the Greenwich Audubon Society, was '
             'the compiler for the Greenwich-Stamford Christmas Bird Count as '
             'well as the paid hawk counter for the Quaker Ridge Hawkwatch for '
             'many years. He worked as a naturalist, camp counselor and store '
             'manager at the Greenwich Audubon Center and was a Visitor '
             'Services Manager at Connecticut’s Beardsley Zoo. Currently he is '
             'the Visitor Services Manager at the Stamford Museum &amp; Nature '
             'Center in Stamford, CT.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-12"> Saturday, September 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-12"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/birdwatching-walk-3" '
             'title="Birdwatching Walk"> Birdwatching Walk </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$8</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/29c360a9-a98f-7a34-6990-d318aa194e9e" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbirdwatching-walk-3%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6448
2026-08-04 18:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-09-11>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-09-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013520 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013520"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-09-11"> Friday, September 11 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio/2026-09-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:52 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio/2026-09-08>
{'event_url': 'https://gracefarms.org/event/materials-studio/2026-09-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011946 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011946"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-08"> Tuesday, September 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio%2F2026-09-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:52 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-08>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012813 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012813"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-08"> Tuesday, September 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8355
2026-08-04 18:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-10>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012815 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012815"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-10"> Thursday, September 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-3/2026-09-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:53 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:53 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-09-19>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-09-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012240 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012240"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, Grace Farms Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring Grace Farms’ '
             'artworks, landscape, and community.</p><p><i>Recommended for '
             'children ages 4 through 11 with adult caregivers. Please arrive '
             'at least half an hour before the studio closes.\xa0'
             '</i></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-19"> Saturday, September 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:54 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-3/2026-09-09>
{'event_url': 'https://gracefarms.org/event/materials-studio-3/2026-09-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012124 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012124"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Materials-Studio-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div '
             'data-slate-type="paragraph"><p>Families are invited to play, '
             'build, deconstruct, reimagine, and discover the life cycle of '
             'everyday materials in our built environment with the <span '
             'class="notranslate">Grace Farms</span> Education Team. Inspired '
             'by the exhibit With Every Fiber: Pigment, Stone, Glass, families '
             'can explore the unique properties of building materials and use '
             'their imaginations to create new applications for them.</p><p>On '
             'October 11, 2025, <span class="notranslate">Grace Farms</span> '
             'unveiled a new iteration of the With Every Fiber exhibit, which '
             'offers insights into forced labor in the building materials '
             'supply chain. A portion of With Every Fiber was adapted and '
             'included in the Intelligens CANON at the 19th International '
             'Architecture Exhibition of La Biennale di Venezia, curated by '
             'Carlo Ratti, open through November 2025.</p><p>Materials Studio '
             'is for ages 4 – 11 with adult caregivers.</p></div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-09"> Wednesday, September 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-09"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio" '
             'title="Materials Studio"> Materials Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free and included with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-3%2F2026-09-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-09-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:54 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8355
2026-08-04 18:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-09-09>
{'event_url': 'https://gracefarms.org/event/imagination/2026-09-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012814 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012814"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-09"> Wednesday, September 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-09"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-09-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:56 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:56 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-09-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009519 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009519"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-10"> Thursday, September 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-10"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-09-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:48:58 [scrapy.extensions.logstats] INFO: Crawled 443 pages (at 56 pages/min), scraped 433 items (at 56 items/min)
2026-08-04 18:48:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:48:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:48:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:48:59 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:48:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011700 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011700"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-12"> Saturday, September 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-12"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8351
2026-08-04 18:49:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-25>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012809 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012809"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-25"> Tuesday, August 25 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-25"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:00 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:00 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05>
{'event_url': 'https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011765 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011765"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience movement and music in the '
             'light-filled Court with renowned mindfulness and wellness '
             'expert,\xa0<b>Pilin Anice</b>. This invigorating class takes '
             'participants through a breath-centered yoga practice while '
             'incorporating live music.</p><p>These movement and meditation '
             'classes are for ages 18+ up. Accessible for all levels, no prior '
             'yoga or meditation experience is required. Participants may '
             'bring their own mats, towels, props, and water.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-05"> Saturday, September 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-05"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/yoga-and-movement-with-pilin-anice-5" '
             'title="Yoga and Movement with Pilin Anice"> Yoga and Movement '
             'with Pilin Anice </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: $24</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/d9ccb7f3-6e8a-e285-a0ab-ebcc308212fe" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fyoga-and-movement-with-pilin-anice-7%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-6/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-15/2026-09-10/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-09-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-15/2026-09-10>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-15/2026-09-10',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011796 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011796"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/07/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Our '
             'youngest artists, designers, and builders are invited into the '
             'Arts Studio to have fun making art inspired by the River '
             'building and surrounding landscape. Learning through art, '
             'children will think, play, create, and experiment with texture, '
             'form, line, color and space. Led by <span '
             'class="notranslate">Grace Farms</span> Arts Educator Nancy '
             'Jameson, Studio Beginnings provides a new prompt '
             'weekly.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">This session is recommended for ages '
             '1-5 and their caretakers.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-10"> Thursday, September 10 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-10"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-3" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-10" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-15%2F2026-09-10" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8390
2026-08-04 18:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-09-06>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-09-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013283 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013283"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-06"> Sunday, September 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-06"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-09-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:02 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:02 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-09-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011699 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011699"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-05"> Saturday, September 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-05"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-8/2026-09-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-09-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8251
2026-08-04 18:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-21>
{'event_url': 'https://gracefarms.org/event/imagination-playground-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68715 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry" id="post-68715"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-05"> Saturday, September 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-09-05"> '
             '12:00 pm - 5:00 pm</div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-8/2026-09-05>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-8/2026-09-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012238 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10012238"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Open-Arts-Studio_JD_opt-3-web.jpg" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into the colorful arts studio '
             'where children are encouraged to think in new ways and create an '
             'inspired art project! Each month, <span '
             'class="notranslate">Grace Farms</span> Arts Educator '
             '<strong>Nancy Jameson</strong> leads a new tactile project '
             'utilizing open-ended inquiry, and exploring <span '
             'class="notranslate">Grace Farms</span>’ artworks, landscape, and '
             'community.</p><p><i>Recommended for children ages 4 through 11 '
             'with adult caregivers. Please arrive at least half an hour '
             'before the studio closes.\xa0</i></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-05"> Saturday, September 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-05"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-9" '
             'title="Open Arts Studio"> Open Arts Studio </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> family members: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-8%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6449
2026-08-04 18:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-09-05>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-09-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013519 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013519"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-09-05"> Saturday, September 5 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-09-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-26/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-08-26>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-08-26',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011367 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011367"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join us for a playful, hands-on '
             'exploration of the building materials featured in our <em>With '
             'Every Fiber: Pigment, Stone, Glass</em> exhibit. Families are '
             'invited to dive into the surprising properties of pigment, '
             'stone, glass, and more — experimenting with how these everyday '
             'elements can be shaped, transformed, and reimagined.</p><p>Play, '
             'build, deconstruct, and discover alongside the <strong>Grace '
             'Education Team</strong> as you explore the life cycle of the '
             'materials that make up our built environment and see how '
             'imagination can turn even everyday objects into something '
             'extraordinary.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-26"> Wednesday, August 26 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-26"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio-for-children" '
             'title="Materials Studio for Children"> Materials Studio for '
             'Children </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-26" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-26" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:08 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:49:08 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011414 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011414"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into a world of color and '
             'imagination! Inspired by the plans for a flowering lawn in the '
             'Plaza, children will use a mix of art materials to create their '
             'own vibrant landscape collage. After learning about the '
             'different flowers that will bloom at <span '
             'class="notranslate">Grace Farms</span> in the years ahead, '
             'participants are invited to dream up their own flower-filled '
             'design and turn it into a beautiful, one-of-a-kind '
             'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
             'creative exploration for younger audiences to engage in '
             'open-ended inquiry and reflect on the building, its shapes and '
             'designs, and its ideas. This ongoing series, offered weekly, is '
             'led by <span class="notranslate">Grace Farms</span> Arts '
             'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-22"> Saturday, August 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
             'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
             '| Landscape Collages </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/magnifying-small-wonders-2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-23/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-23>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-23',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013280 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013280"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-23"> Sunday, August 23 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-23"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-23" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-23" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/afternoon-tea-6/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/learning-with-nature-monarch-migration/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-22>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012808 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012808"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-22"> Saturday, August 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-22"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-25/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/afternoon-tea-6>
{'event_url': 'https://gracefarms.org/event/afternoon-tea-6',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66584 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66584"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Gather with friends in the '
             'glass-enclosed Pavilion for an inviting afternoon tea experience '
             'featuring a refreshing pot of <span class="notranslate">Grace '
             'Farms</span> Tea and an eye-catching assortment of seasonal '
             'bites. Inspired by the elegance of English tea service, this '
             'joyful afternoon offers the perfect blend of conversation, '
             'connection, and exceptional flavor. Hosted by Pastry Chef and '
             'Educator <strong>Leah Jones</strong> and Tea Expert '
             '<strong>Frank Kwei</strong>.</p><h2>August Menu</h2><h3>Tea '
             'Sandwiches</h3><p>– Herb chicken salad on wheat bread<br/> – '
             'Cucumber &amp; chive cream cheese on white bread<br/> – Heirloom '
             'tomato crostini</p><h3>Biscuits</h3><p>– Buttermilk '
             'biscuits<br/> – Whipped herb butter with Maldon salt<br/> – '
             'Berry jam</p><h3>Sweet Bites</h3><p>– Plum almond cake<br/> – '
             'Blueberry lemon tart<br/> – Coconut macaroons</p><p><em>Menu '
             'selections are subject to change based on what is fresh in the '
             'garden.</em></p><h4>About Your Reservation</h4><p>This unique, '
             'customized tea experience is planned in advance according to '
             'your reservation. To make changes, please email '
             'info@gracefarms.org 48 hours in advance of the program. We will '
             'do our best to accommodate your request. We are unable to offer '
             'refunds, credits, or ticket transfers. All ticket purchases are '
             'final.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-21"> Friday, August 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-08-21"> '
             '3:00 pm - 4:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $48 <br/> member: $38</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-5/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/23\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
             'rel="bookmark">Journey into the World of Tea | Oolong and '
             'Pu-erhs</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fafternoon-tea-6" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fafternoon-tea-6" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:10 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/learning-with-nature-monarch-migration>
{'event_url': 'https://gracefarms.org/event/learning-with-nature-monarch-migration',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66302 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families" id="post-66302"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Monarch-Butterfly-Migration-26.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Monarch-Butterfly-Migration-26.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Monarch-Butterfly-Migration-26.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join <span class="notranslate">Grace '
             'Farms</span> Horticulture Director <strong>Kimberly '
             'Kelly</strong> and experts from Kansas State University for a '
             'hands-on field study to safely record, tag, and release monarch '
             'butterflies throughout <span class="notranslate">Grace '
             'Farms</span> 80 acres of landscape.</p><p>Learn how to net, tag, '
             'and record Monarchs in a way that supports the best outcome for '
             'healthy butterflies to survive migration, winter, the flight '
             'north in late spring, and successful reproduction in late '
             'summer. This workshop ends with our a cup of our butterfly pea '
             'flower tea and a culinary treat in the Commons.</p><p>Over the '
             'past few decades, monarch butterfly populations have declined by '
             'close to 90%. As a participant of the Kansas State University’s '
             'Monarch Watch program, <span class="notranslate">Grace '
             'Farms</span> has been working to increase the Monarch habitat '
             'and this summer we will be participating in the Monarch Watch '
             'tagging program.</p><p>Recommended for ages 12 and up. Due to '
             'uneven terrain for the field portion of the workshop, strollers, '
             'walkers and wheelchairs are not recommended.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-22"> Saturday, August 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-08-22"> '
             '10:30 am - 12:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $20 <br/> member: $16</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/f358e9ed-d9a8-4800-bb81-ce64d34dfe72" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/f358e9ed-d9a8-4800-bb81-ce64d34dfe72" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Flearning-with-nature-monarch-migration" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Flearning-with-nature-monarch-migration" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-08-25>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-08-25',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011398 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011398"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Discover the tiny wonders of '
             'nature!</p><p>Using a digital scope and projector, look at '
             'monarch and white cabbage moth caterpillars, ladybugs, '
             'wildflowers, and other small creatures in incredible, '
             'larger-than-life detail. Children will love spotting colors, '
             'patterns, and movements not visible to the naked eye.</p><p>With '
             'friendly guidance from our Education Team, families will '
             'discover how these little creatures help keep the <span '
             'class="notranslate">Grace Farms</span> ecosystem healthy. This '
             'fun, hands-on exploration of the natural world is the perfect '
             'activity before or after walking the surrounding gardens and '
             'trails. Recommended for ages 4 – 11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-25"> Tuesday, August 25 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-25"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/nature-studio-for-children" '
             'title="Nature Studio for Children"> Nature Studio for Children '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-25" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-25" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-21>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013279 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013279"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-21"> Friday, August 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-21"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:11 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:11 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-22',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011696 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011696"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-22"> Saturday, August 22 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-22"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-22" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-22" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/magnifying-small-wonders-2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:16 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:17 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:17 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/magnifying-small-wonders-2>
{'event_url': 'https://gracefarms.org/event/magnifying-small-wonders-2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66475 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families" id="post-66475"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Magnifying-Small-Wonders-web.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Magnifying-Small-Wonders-web.jpg" '
             'width="800"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Magnifying-Small-Wonders-web.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Sometimes, the tiniest insects play the '
             'biggest role in our ecosystem!</p><p>Discover the hidden world '
             'of caterpillars, butterflies, and other extraordinary insects '
             'that call <span class="notranslate">Grace Farms</span> home. '
             'Families are invited to use powerful magnifying tools, field '
             'equipment, and high-resolution micrography to get a closer look '
             'at the extraordinary natural world around us.</p><p>Recommended '
             'for ages 5+ with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-20"> Thursday, August 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-08-20"> '
             '10:00 am - 2:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmagnifying-small-wonders-2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmagnifying-small-wonders-2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:18 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-19>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011328 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011328"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-19"> Wednesday, August 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/summer-passport-week-2" '
             'title="Summer Discovery Week"> Summer Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-20/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-20>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012807 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012807"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-20"> Thursday, August 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:18 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:18 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-20>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-20',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011329 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011329"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-20"> Thursday, August 20 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-20"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/summer-passport-week-2" '
             'title="Summer Discovery Week"> Summer Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-20" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-20" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8351
2026-08-04 18:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-18>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012805 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012805"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-18"> Tuesday, August 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-18"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:20 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-21>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011330 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011330"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-21"> Friday, August 21 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-21"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/summer-passport-week-2" '
             'title="Summer Discovery Week"> Summer Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-21/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:20 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6445
2026-08-04 18:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-08-21>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-08-21',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013517 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013517"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-08-21"> Friday, August 21 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-21" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-21" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-19/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:24 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:49:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-19>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-19',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012806 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012806"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-19"> Wednesday, August 19 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-19"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-19" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-19" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:24 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:25 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5>
{'event_url': 'https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66321 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-66321"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">This yoga '
             'class centers on moving through transitions with grace and '
             'finding stability in order to move with freedom, awareness, and '
             'expression. Starting with grounding breathwork, instructor Jane '
             'Krantz will guide you through movement that will ignite a little '
             'bit of heat and a lot of joy, ending in a restful '
             'savasana.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Move with <span '
             'class="notranslate">Grace Farms</span> x lululemon is a monthly '
             'summer movement series in the Court developed in collaboration '
             'with local lululemon ambassadors and designed to restore and '
             'ignite the energy to live a more balanced life.</div></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-15"> Saturday, August 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-08-15"> '
             '10:30 am - 12:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $25 <br/> member: $20</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/01924970-193c-0498-2210-7c6fc2d36cfb" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/01924970-193c-0498-2210-7c6fc2d36cfb" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/dinner-from-the-garden/" '
             'rel="bookmark">Dinner from the '
             'Garden</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
             'rel="bookmark">Yoga and Movement with Pilin '
             'Anice</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmove-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmove-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:25 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011695 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011695"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-15"> Saturday, August 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-15"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:25 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:26 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-passport-week-2026/2026-08-18>
{'event_url': 'https://gracefarms.org/event/summer-passport-week-2026/2026-08-18',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011327 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011327"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'decoding="async" fetchpriority="high" height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1067" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p class="p2">Families are invited to '
             'explore the River Building and its surrounding habitats during '
             'this summer break program. Engage in a variety of activities '
             'inspired by the history of the landscape and our thriving, '
             'biodiverse habitats. Recommend for ages 5+ with adult '
             'caregivers.</p><p>Summer Discovery Week activities take place '
             'between <strong>10 am and 2 pm</strong> from Tuesday, August 18 '
             'through Friday, August 21. Registration is free and included '
             'with daily admission.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-18"> Tuesday, August 18 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-18"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/summer-passport-week-2" '
             'title="Summer Discovery Week"> Summer Discovery Week '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-18" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-passport-week-2026%2F2026-08-18" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/builder-beginnings/2026-08-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:49:26 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/builder-beginnings/2026-08-14>
{'event_url': 'https://gracefarms.org/event/builder-beginnings/2026-08-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011344 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011344"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'decoding="async" fetchpriority="high" height="1707" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'width="2560"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1707" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'width="2560"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children and families, ignite your '
             'imagination this summer!</p><p>Step outside into the Plaza to '
             'roll up your sleeves and explore the question, “What do you want '
             'to see in the world?” Work together to build a structure by '
             'shaping, cutting, and connecting recycled cardboard and natural '
             'materials gathered from <span class="notranslate">Grace '
             'Farms</span>.</p><p>Led by Arts Educator <strong>Nancy '
             'Jameson</strong> and the <strong><span class="notranslate">Grace '
             'Farms</span> Education Team</strong>, this hands-on activity '
             'encourages creativity, problem-solving, and joyful artmaking in '
             'the open air. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-14"> Friday, August 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-14"><div class="tribe-recurring-event-time">2:00 '
             'pm - 4:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/builder-beginnings" '
             'title="Builder Beginnings"> Builder Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-15>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012804 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012804"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-15"> Saturday, August 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-16/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:26 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8388
2026-08-04 18:49:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-16>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-16',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013278 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013278"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-16"> Sunday, August 16 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-16"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-16" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-16" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-3/2026-09-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:28 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:49:28 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:49:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-3/2026-09-11>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-3/2026-09-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011826 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011826"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><div data-slate-type="paragraph">Inspired '
             'by the season’s theme, <em>We all build</em>, Bunny Book Group '
             'invites children to read stories that explore how an idea can '
             'evolve into a beautiful, inspiring, and innovative '
             'creation.</div><div data-slate-type="paragraph"></div><div '
             'data-slate-type="paragraph">Each week features a different book '
             'from the <span class="notranslate">Grace Farms</span> Library '
             'paired with hands-on activities informed by the architecture, '
             'art, and landscape at <span class="notranslate">Grace '
             'Farms</span>.</div></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-09-11"> Friday, September 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-09-11"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-2026-2027-season" '
             'title="Bunny Book Group 2026/2027 Season"> Bunny Book Group '
             '2026/2027 Season </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> family member: '
             'free</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/019f4878-2864-933c-bf50-e1250e79e1b0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-3%2F2026-09-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:33 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8353
2026-08-04 18:49:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-12>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012802 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012802"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-12"> Wednesday, August 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-12"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:34 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/1',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011754 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011754"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Listen to stories from our curated '
             'collection of books and take part in an arts and crafts '
             'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
             'is limited. Early arrival is encouraged.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-14"> Friday, August 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-14"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-3" '
             'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-14%2F1" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-14%2F1" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6445
2026-08-04 18:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-08-14>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-08-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013516 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013516"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-08-14"> Friday, August 14 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:34 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:34 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-14/2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011200 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011200"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Listen to stories from our curated '
             'collection of books and take part in an arts and crafts '
             'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
             'is limited. Early arrival is encouraged.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-14"> Friday, August 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-14"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-3" '
             'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-14%2F2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-14%2F2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:34 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:35 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009515 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009515"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-13"> Thursday, August 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-13"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:35 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:35 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011615 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011615"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Our youngest artists, designers, and '
             'builders are invited step into the arts studio to have fun '
             'making art inspired by the River building and surrounding '
             'landscape! Think, play, create, and experiment with texture, '
             'form, line, color and space.</p><p>This session is recommended '
             'for ages 1-5 and their caretakers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-13"> Thursday, August 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-2" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:36 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:49:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-13>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012803 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012803"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-13"> Thursday, August 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-13"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:41 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8351
2026-08-04 18:49:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-11>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012801 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012801"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-11"> Tuesday, August 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-11"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-09/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8387
2026-08-04 18:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-09>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-09',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013276 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013276"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-09"> Sunday, August 9 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-09"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-09" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-09" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/afternoon-tea-5/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/dinner-from-the-garden/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-11/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:42 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-13',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011412 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011412"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into a world of color and '
             'imagination! Inspired by the plans for a flowering lawn in the '
             'Plaza, children will use a mix of art materials to create their '
             'own vibrant landscape collage. After learning about the '
             'different flowers that will bloom at <span '
             'class="notranslate">Grace Farms</span> in the years ahead, '
             'participants are invited to dream up their own flower-filled '
             'design and turn it into a beautiful, one-of-a-kind '
             'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
             'creative exploration for younger audiences to engage in '
             'open-ended inquiry and reflect on the building, its shapes and '
             'designs, and its ideas. This ongoing series, offered weekly, is '
             'led by <span class="notranslate">Grace Farms</span> Arts '
             'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-13"> Thursday, August 13 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-13"><div class="tribe-recurring-event-time">3:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
             'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
             '| Landscape Collages </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-13" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:42 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:42 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-08-11>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-08-11',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011397 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011397"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Discover the tiny wonders of '
             'nature!</p><p>Using a digital scope and projector, look at '
             'monarch and white cabbage moth caterpillars, ladybugs, '
             'wildflowers, and other small creatures in incredible, '
             'larger-than-life detail. Children will love spotting colors, '
             'patterns, and movements not visible to the naked eye.</p><p>With '
             'friendly guidance from our Education Team, families will '
             'discover how these little creatures help keep the <span '
             'class="notranslate">Grace Farms</span> ecosystem healthy. This '
             'fun, hands-on exploration of the natural world is the perfect '
             'activity before or after walking the surrounding gardens and '
             'trails. Recommended for ages 4 – 11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-11"> Tuesday, August 11 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-11"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/nature-studio-for-children" '
             'title="Nature Studio for Children"> Nature Studio for Children '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-11" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-11" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/summer-stroll/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:42 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:43 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/summer-stroll/2026-08-08>
{'event_url': 'https://gracefarms.org/event/summer-stroll/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011348 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'cat_nature tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011348"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-Stroll-2026-web.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Take a guided walk through the <span '
             'class="notranslate">Grace Farms</span> landscape to experience '
             'the beauty of summer in full bloom. Immersive and laid-back, '
             'this walk invites you to notice the shifting signs of the season '
             'and discover the vibrant plant and animal life that makes this '
             'landscape so special. Along the way, explore the purpose and '
             'interconnectedness of surrounding ecosystems, and consider our '
             'role in sustaining and enriching them.</p><p>This walk includes '
             'uneven terrain not suitable for strollers, wheelchairs, or '
             'walkers. Please dress accordingly. Walk begins promptly at 11 '
             'am. Please arrive at least five minutes beforehand. Rain or '
             'shine.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-08"> Saturday, August 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-08"><div class="tribe-recurring-event-time">11:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/summer-stroll" title="Summer '
             'Stroll"> Summer Stroll </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $15 <br/> member: $12 <br/> child: '
             '$12</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/089f1f15-f40d-1173-309b-3fb103c503e9" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/089f1f15-f40d-1173-309b-3fb103c503e9" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" height="450" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="800"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/11\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/nature-studio-for-children/2026-08-11/" '
             'rel="bookmark">Nature Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/18\xa0<span>|\xa0'
             'Tuesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-18/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'decoding="async" height="683" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="683" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/2026-Summer-Passport-web_2-1024x683.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/19\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/summer-passport-week-2026/2026-08-19/" '
             'rel="bookmark">Summer Discovery '
             'Week</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-stroll%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fsummer-stroll%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8351
2026-08-04 18:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-08>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012800 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012800"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-08"> Saturday, August 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:43 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:43 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011694 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011694"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive tour invites a '
             'closer look at the architecture of the River building and Barns. '
             'Take in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, SANAA, holds LEED Gold '
             'certification for Building Design and Construction. A '
             'demonstration of our continuing efforts to be as sustainable as '
             'possible, in 2024, we were awarded Gold certification for '
             'Building Operations and Maintenance, building on our LEED Silver '
             'certification in 2019.</p><p>The River building was awarded the '
             'prestigious 2014/2015 Mies Crown Hall Americas Prize (MCHAP), in '
             'addition to the AIA National 2017 Architecture Honor Award and '
             'AIA Connecticut 2016 Design Honor Award.</p><p><em>Approved for '
             'AIA CES 1.5 LU</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-08"> Saturday, August 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-08"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 '
             'class="events-title">Sponsors</h2><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-mobile"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA '
             'ABLOY_Opening_Solutions_RGB.jpg"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '3">Event Sponsor</div></div></div><div '
             'class="sponsor-logo-container '
             'sponsor-logo-container-desktop"><div class="sponsor-logos"><div '
             'class="sponsor-logo type_counter-1 columns_counter-1 '
             'logo_counter-1"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'title="Acelab-logo-2.0"/></noscript><img alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Acelab-logo-2.0.png" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Acelab-logo-2.0"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-2 logo_counter-2"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></noscript><img '
             'alt="" class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/ASSA-ABLOY_Opening_Solutions_RGB.jpg.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="ASSA ABLOY_Opening_Solutions_RGB.jpg"/></div></div><div '
             'class="sponsor-logo type_counter-1 columns_counter-3 '
             'logo_counter-3"><div class="sponsor-logo-image"> <noscript><img '
             'alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'title="DWR Logo_ No Box"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/01/Design-Within-Reach-DWR-logo-web.jpeg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="DWR Logo_ No Box"/></div></div><div class="sponsor-logo '
             'type_counter-1 columns_counter-4 logo_counter-4"><div '
             'class="sponsor-logo-image"> <noscript><img alt="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'title="Turner Logo_GB_JPEG web"/></noscript><img alt="" '
             'class="lazyload" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/02/Turner-Logo_GB_JPEG-web.jpg" '
             'src="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E" '
             'title="Turner Logo_GB_JPEG web"/></div></div></div><div '
             'class="sponsor-bar"><div class="greyge" style="grid-column:1 / '
             '5">Event Sponsor</div></div></div><h2 '
             'class="events-title">Related Events</h2><div '
             'class="related-events-container"><ul class="tribe-related-events '
             'tribe-clearfix"><li><div class="tribe-related-events-thumbnail"> '
             '<a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2025-saturdays-2-2-2-2-2-2%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:46 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:46 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08>
{'event_url': 'https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011353 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community tribe_events_cat-children-families '
             'cat_community cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011353"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" fetchpriority="high" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Experience the joy of music this summer '
             'with Jumpin’ Jams, a beloved live music and movement program for '
             'young children. Led by professional musician <strong>Jason '
             'Pharr</strong>, whose unique and memorable songs nurture early '
             'language development and spark curiosity about the world, this '
             'upbeat session gets little ones singing, dancing, and exploring '
             'rhythm in a fun and supportive environment.</p><p>Recommended '
             'for ages 9 months to 4 years with adult caregivers.</p><p>\xa0'
             '</p><p>\xa0</p><p><em>Image credit Vanessa Van Ryzin/Mindful '
             'Motion Photo</em></p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-08"> Saturday, August 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-08"><div class="tribe-recurring-event-time">10:30 '
             'am - 11:15 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/jumpin-james-at-grace-farms" '
             'title="Jumpin’ Jams at Grace Farms"> Jumpin’ Jams at <span '
             'class="notranslate">Grace Farms</span> </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $38 <br/> members: $30</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/b27a83fb-823f-6075-e5d6-21be945e24e0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/b27a83fb-823f-6075-e5d6-21be945e24e0" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjumpin-jams-at-grace-farms%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fjumpin-jams-at-grace-farms%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/afternoon-tea-5/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:49 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:49 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/afternoon-tea-5>
{'event_url': 'https://gracefarms.org/event/afternoon-tea-5',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66580 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tea '
             'cat_tea" id="post-66580"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Gather with friends in the '
             'glass-enclosed Pavilion for an inviting afternoon tea experience '
             'featuring a refreshing pot of <span class="notranslate">Grace '
             'Farms</span> Tea and an eye-catching assortment of seasonal '
             'bites. Inspired by the elegance of English tea service, this '
             'joyful afternoon offers the perfect blend of conversation, '
             'connection, and exceptional flavor. Hosted by Pastry Chef and '
             'Educator <strong>Leah Jones</strong> and Tea Expert '
             '<strong>Frank Kwei</strong>.</p><h2>Menu</h2><h3>Tea '
             'Sandwiches</h3><p>– Herb chicken salad on wheat bread<br/> – '
             'Radish &amp; salted butter on white bread<br/> – Zucchini '
             'focaccia</p><h3>Biscuits</h3><p>– Buttermilk biscuits<br/> – '
             'Whipped herb butter with Maldon salt<br/> – Apricot '
             'jam</p><h3>Sweet Bites</h3><p>– Beet chocolate cake<br/> – '
             'Strawberry rhubarb tart<br/> – Carrot walnut '
             'rugelach</p><p><em>Menu selections are subject to change based '
             'on what is fresh in the garden.</em></p><h4>About Your '
             'Reservation</h4><p>This unique, customized tea experience is '
             'planned in advance according to your reservation. To make '
             'changes, please email info@gracefarms.org 48 hours in advance of '
             'the program. We will do our best to accommodate your request. We '
             'are unable to offer refunds, credits, or ticket transfers. All '
             'ticket purchases are final.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-07"> Friday, August 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-08-07"> '
             '3:00 pm - 4:30 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tea" rel="tag">Tea '
             '&amp; Coffee</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $48 <br/> members: $38</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/9109c140-da5c-72cd-3bb9-bf157745ef46" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2025/04/2025-2026-Afternoon-Tea-v1-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/21\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/afternoon-tea-6/" '
             'rel="bookmark">Afternoon Tea</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Journey-into-the-World-of-Tea-Summer-2026-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/26\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-white-and-green-teas-3/" '
             'rel="bookmark">Journey Into the World of Tea | White and Green '
             'Teas</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27Journey-into-World-of-Tea-opt-1-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/23\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/journey-into-the-world-of-tea-oolong-and-pu-erhs-2/2026-09-23/" '
             'rel="bookmark">Journey into the World of Tea | Oolong and '
             'Pu-erhs</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fafternoon-tea-5" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fafternoon-tea-5" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:50 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:50 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011753 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011753"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Listen to stories from our curated '
             'collection of books and take part in an arts and crafts '
             'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
             'is limited. Early arrival is encouraged.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-07"> Friday, August 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-07"><div class="tribe-recurring-event-time">10:15 '
             'am - 10:45 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-3" '
             'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-07%2F1" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-07%2F1" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/dinner-from-the-garden/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/commons-2-pm-close/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/imagination/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/dinner-from-the-garden>
{'event_url': 'https://gracefarms.org/event/dinner-from-the-garden',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-66312 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-community cat_community" id="post-66312"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Dinner-from-the-Garden-2-web_ML.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Gather with friends, fellow community '
             'members, and our culinary and garden teams for a one-of-a-kind '
             'celebration of summer at <span class="notranslate">Grace '
             'Farms</span>.</p><p>Savor summer’s freshest flavors as you sip '
             'handcrafted mocktails and taste seasonal bites outside in the '
             'Plaza, amongst blooming apple and plum trees and our new Dancing '
             'Trees seating designed by Kazuyo Sejima &amp; '
             'Associates.</p><p>Then, step into the glass-enclosed Commons, '
             'surrounded by 360-degree views of the picturesque lush '
             'landscape, to enjoy a delicious dinner prepared with a bounty of '
             'fruits and vegetables recently harvested from the <span '
             'class="notranslate">Grace Farms</span> Garden. Dinner will be '
             'paired with seasonal wine.</p><p>Tickets are for ages '
             '21+.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-06"> Thursday, August 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" title="2026-08-06"> '
             '6:00 pm - 8:00 pm</div></dd></div><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/community" '
             'rel="tag">Community</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $75 <br/> member: $60</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/a016f914-e5d6-a2d4-6d7c-5b610ca8c3c8" '
             'rel="external" target="_self"><div class="button"> Purchase '
             'Tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/a016f914-e5d6-a2d4-6d7c-5b610ca8c3c8" '
             'rel="external" target="_self"><div class="button"> Purchase '
             'Tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'decoding="async" height="562" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="562" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Jumpin-Jams-web-CREDIT-Vanessa-Van-RyzinMindful-Motion-Photo.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/jumpin-jams-at-grace-farms/2026-08-08/" '
             'rel="bookmark">Jumpin’ Jams at <span class="notranslate">Grace '
             'Farms</span></a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/04/Jane-Krantz-Move-w-GF-and-Lulu-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/move-with-grace-farms-x-lululemon-yoga-with-jane-krantz-5/" '
             'rel="bookmark">Move with <span class="notranslate">Grace '
             'Farms</span> x lululemon | Yoga with Jane '
             'Krantz</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/07/26-27-Yoga-with-Pilin-opt-1-web-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 09/05\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/yoga-and-movement-with-pilin-anice-7/2026-09-05/" '
             'rel="bookmark">Yoga and Movement with Pilin '
             'Anice</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fdinner-from-the-garden" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fdinner-from-the-garden" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-08',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011411 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011411"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into a world of color and '
             'imagination! Inspired by the plans for a flowering lawn in the '
             'Plaza, children will use a mix of art materials to create their '
             'own vibrant landscape collage. After learning about the '
             'different flowers that will bloom at <span '
             'class="notranslate">Grace Farms</span> in the years ahead, '
             'participants are invited to dream up their own flower-filled '
             'design and turn it into a beautiful, one-of-a-kind '
             'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
             'creative exploration for younger audiences to engage in '
             'open-ended inquiry and reflect on the building, its shapes and '
             'designs, and its ideas. This ongoing series, offered weekly, is '
             'led by <span class="notranslate">Grace Farms</span> Arts '
             'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-08"> Saturday, August 8 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-08"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
             'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
             '| Landscape Collages </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-08" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-15',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011413 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011413"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into a world of color and '
             'imagination! Inspired by the plans for a flowering lawn in the '
             'Plaza, children will use a mix of art materials to create their '
             'own vibrant landscape collage. After learning about the '
             'different flowers that will bloom at <span '
             'class="notranslate">Grace Farms</span> in the years ahead, '
             'participants are invited to dream up their own flower-filled '
             'design and turn it into a beautiful, one-of-a-kind '
             'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
             'creative exploration for younger audiences to engage in '
             'open-ended inquiry and reflect on the building, its shapes and '
             'designs, and its ideas. This ongoing series, offered weekly, is '
             'led by <span class="notranslate">Grace Farms</span> Arts '
             'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-15"> Saturday, August 15 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-15"><div class="tribe-recurring-event-time">10:00 '
             'am - 2:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
             'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
             '| Landscape Collages </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-15" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-15" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:51 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2>
{'event_url': 'https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/2',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011199 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011199"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Listen to stories from our curated '
             'collection of books and take part in an arts and crafts '
             'activity. For up to age 5 with adult caregivers.</p><p>Capacity '
             'is limited. Early arrival is encouraged.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-07"> Friday, August 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-07"><div class="tribe-recurring-event-time">11:00 '
             'am - 11:30 am</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/bunny-book-group-3" '
             'title="Bunny Book Group"> Bunny Book Group </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $5 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d8c4-89ea-e333-0701-20846c212bed" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-07%2F2" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbunny-book-group-2026%2F2026-08-07%2F2" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/builder-beginnings/2026-08-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:52 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/builder-beginnings/2026-08-07>
{'event_url': 'https://gracefarms.org/event/builder-beginnings/2026-08-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011343 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011343"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'decoding="async" fetchpriority="high" height="1707" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'width="2560"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="1707" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Builder-Beginnings_opt1-scaled.jpg" '
             'width="2560"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children and families, ignite your '
             'imagination this summer!</p><p>Step outside into the Plaza to '
             'roll up your sleeves and explore the question, “What do you want '
             'to see in the world?” Work together to build a structure by '
             'shaping, cutting, and connecting recycled cardboard and natural '
             'materials gathered from <span class="notranslate">Grace '
             'Farms</span>.</p><p>Led by Arts Educator <strong>Nancy '
             'Jameson</strong> and the <strong><span class="notranslate">Grace '
             'Farms</span> Education Team</strong>, this hands-on activity '
             'encourages creativity, problem-solving, and joyful artmaking in '
             'the open air. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-07"> Friday, August 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-07"><div class="tribe-recurring-event-time">2:00 '
             'pm - 4:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/builder-beginnings" '
             'title="Builder Beginnings"> Builder Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fbuilder-beginnings%2F2026-08-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-14/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8248
2026-08-04 18:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-14>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-14',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013277 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013277"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-14"> Friday, August 14 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-14"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-14" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-14" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination-playground-20/2026-08-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:52 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8387
2026-08-04 18:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination-playground-20/2026-08-07>
{'event_url': 'https://gracefarms.org/event/imagination-playground-20/2026-08-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013275 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013275"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-07"> Friday, August 7 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-07"><div class="tribe-recurring-event-time">12:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination-playground-20%2F2026-08-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8352
2026-08-04 18:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-05>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012798 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012798"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-05"> Wednesday, August 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-05"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Accept-Language, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Cache-Control, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Priority, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Mobile, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Ch-Ua-Platform, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Dest, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Mode, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-Site, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Sec-Fetch-User, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header Upgrade-Insecure-Requests, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [scrapy_zyte_api._params] WARNING: Request <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> defines header User-Agent, which cannot be mapped into the Zyte API requestHeaders parameter. See the ZYTE_API_BROWSER_HEADERS setting.
2026-08-04 18:49:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-08-04 18:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:58 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06>
{'event_url': 'https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011410 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011410"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1.jpg" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Step into a world of color and '
             'imagination! Inspired by the plans for a flowering lawn in the '
             'Plaza, children will use a mix of art materials to create their '
             'own vibrant landscape collage. After learning about the '
             'different flowers that will bloom at <span '
             'class="notranslate">Grace Farms</span> in the years ahead, '
             'participants are invited to dream up their own flower-filled '
             'design and turn it into a beautiful, one-of-a-kind '
             'artwork.</p><p><em>Open Arts Studio</em> is a site-specific '
             'creative exploration for younger audiences to engage in '
             'open-ended inquiry and reflect on the building, its shapes and '
             'designs, and its ideas. This ongoing series, offered weekly, is '
             'led by <span class="notranslate">Grace Farms</span> Arts '
             'Educator Nancy Jameson. Recommended for ages 4-11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-06"> Thursday, August 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-06"><div class="tribe-recurring-event-time">3:00 '
             'pm - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/open-arts-studio-landscape-collages" '
             'title="Open Arts Studio | Landscape Collages"> Open Arts Studio '
             '| Landscape Collages </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d84b-d96f-e443-f16d-a8884656b18a" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/" '
             'rel="bookmark">Bunny Book '
             'Group</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fopen-arts-studio-landscape-collages%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:58 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:58 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06>
{'event_url': 'https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011614 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011614"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'decoding="async" fetchpriority="high" height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="900" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero.png" '
             'width="1600"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Our youngest artists, designers, and '
             'builders are invited step into the arts studio to have fun '
             'making art inspired by the River building and surrounding '
             'landscape! Think, play, create, and experiment with texture, '
             'form, line, color and space.</p><p>This session is recommended '
             'for ages 1-5 and their caretakers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-06"> Thursday, August 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/studio-beginnings-2" '
             'title="Studio Beginnings"> Studio Beginnings </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $12 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/0195d87a-c3ef-f982-c642-b867b0dbaa73" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/" '
             'rel="bookmark">Bunny Book '
             'Group</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fstudio-beginnings-2-2-2-2%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/imagination/2026-08-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:58 [scrapy.extensions.logstats] INFO: Crawled 505 pages (at 62 pages/min), scraped 493 items (at 60 items/min)
2026-08-04 18:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/court-opens-at-12pm/2026-08-07/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8350
2026-08-04 18:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-04>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012797 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012797"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-04"> Tuesday, August 4 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-04"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 8351
2026-08-04 18:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/imagination/2026-08-06>
{'event_url': 'https://gracefarms.org/event/imagination/2026-08-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10012799 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10012799"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2025/08/Imagination-Playground-2025.png" '
             'width="1200"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Children can build skills, solve '
             'problems, and make friends in the Court using an innovative '
             'system of large-scale, lightweight blocks designed to encourage '
             'fun and learning through curiosity-driven play. For ages 8 and '
             'under with adult caregivers.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-06"> Thursday, August 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-06"><div class="tribe-recurring-event-time">10:00 '
             'am - 5:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/imagination-playground-9" '
             'title="Imagination Playground"> Imagination Playground '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div><div class="get-ticket get-ticket-mobile"> '
             '<a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Schedule a '
             'Visit</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fimagination%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6444
2026-08-04 18:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/court-opens-at-12pm/2026-08-07>
{'event_url': 'https://gracefarms.org/event/court-opens-at-12pm/2026-08-07',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10013515 tribe_events type-tribe_events '
             'status-publish hentry tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10013515"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-08-07"> Friday, August 7 '
             '</abbr></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/court-opens-at-12pm" '
             'title="Court Opens at 12pm"> Court Opens at 12pm '
             '</a></dd></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-07" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcourt-opens-at-12pm%2F2026-08-07" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:49:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-05/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:49:59 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:49:59 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:49:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-08-05>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-08-05',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011365 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011365"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join us for a playful, hands-on '
             'exploration of the building materials featured in our <em>With '
             'Every Fiber: Pigment, Stone, Glass</em> exhibit. Families are '
             'invited to dive into the surprising properties of pigment, '
             'stone, glass, and more — experimenting with how these everyday '
             'elements can be shaped, transformed, and reimagined.</p><p>Play, '
             'build, deconstruct, and discover alongside the <strong>Grace '
             'Education Team</strong> as you explore the life cycle of the '
             'materials that make up our built environment and see how '
             'imagination can turn even everyday objects into something '
             'extraordinary.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-05"> Wednesday, August 5 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-05"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio-for-children" '
             'title="Materials Studio for Children"> Materials Studio for '
             'Children </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/01/Bunny-Book-Group-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/07\xa0<span>|\xa0'
             'Friday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/bunny-book-group-2026/2026-08-07/1/" '
             'rel="bookmark">Bunny Book '
             'Group</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-05" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-05" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/materials-studio-for-children/2026-08-12/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:50:03 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 500 145
2026-08-04 18:50:03 [gracefarms] ERROR: API error 500: 
<!doctype html>
<html lang="en">
<head>
  <title>Server Error (500)</title>
</head>
<body>
  <h1>Server Error (500)</h1><p></p>
</body>
</html>

2026-08-04 18:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/materials-studio-for-children/2026-08-12>
{'event_url': 'https://gracefarms.org/event/materials-studio-for-children/2026-08-12',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011366 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry '
             'tribe_events_cat-children-families cat_children-families '
             'tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10011366"><div class="tribe-events-event-image"><img '
             'alt="" class="attachment-full size-full wp-post-image '
             'lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" fetchpriority="high" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Join us for a playful, hands-on '
             'exploration of the building materials featured in our <em>With '
             'Every Fiber: Pigment, Stone, Glass</em> exhibit. Families are '
             'invited to dive into the surprising properties of pigment, '
             'stone, glass, and more — experimenting with how these everyday '
             'elements can be shaped, transformed, and reimagined.</p><p>Play, '
             'build, deconstruct, and discover alongside the <strong>Grace '
             'Education Team</strong> as you explore the life cycle of the '
             'materials that make up our built environment and see how '
             'imagination can turn even everyday objects into something '
             'extraordinary.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-12"> Wednesday, August 12 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-12"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/materials-studio-for-children" '
             'title="Materials Studio for Children"> Materials Studio for '
             'Children </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-12" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fmaterials-studio-for-children%2F2026-08-12" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:50:05 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:50:05 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06>
{'event_url': 'https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-06',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10009514 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-tours '
             'cat_tours tribe-recurring-event tribe-recurring-event-parent" '
             'id="post-10009514"><div class="tribe-events-event-image"><img '
             'alt="The River building at Grace Farms" class="attachment-full '
             'size-full wp-post-image lazy-loaded" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'decoding="async" fetchpriority="high" height="675" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-full size-full wp-post-image" '
             'height="675" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024.png" '
             'width="1200"/>Grace Farms" decoding="async" fetchpriority="high" '
             '/&gt;</noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>This comprehensive <span '
             'class="notranslate">Grace Farms</span> Tour invites a closer '
             'look at the architecture of the River building and Barns. Take '
             'in 360–degree views of the surrounding landscapes while '
             'exploring the building’s sustainable design, curated interiors, '
             'and materials choices. During the tour, sample a cup of tea from '
             '<span class="notranslate">Grace Farms</span> Tea &amp; Coffee, a '
             'Certified B Corp that demonstrates and educates about ethical '
             'and sustainable supply chains.</p><p>The River building, '
             'designed by Pritzker Prize-winning firm, <a '
             'href="https://gracefarms.org/sanaa" rel="noopener" '
             'target="_blank">SANAA</a>, holds LEED Gold certification for '
             'Building Design and Construction. A demonstration of our '
             'continuing efforts to be as sustainable as possible, in 2024, we '
             'were awarded Gold certification for Building Operations and '
             'Maintenance, building on our LEED Silver certification in '
             '2019.</p><p>The River building was awarded the prestigious '
             '2014/2015 Mies Crown Hall Americas Prize (MCHAP), in addition to '
             'the AIA National 2017 Architecture Honor Award and AIA '
             'Connecticut 2016 Design Honor Award.</p><p><em>Approved for AIA '
             'CES 1.5 LU</em></p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-06"> Thursday, August 6 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-06"><div class="tribe-recurring-event-time">10:30 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/grace-farms-tour-4" '
             'title="Grace Farms Tour"> <span class="notranslate">Grace '
             'Farms</span> Tour </a></dd><dt '
             'class="tribe-events-event-categories-label">Event '
             'Category:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/tours" '
             'rel="tag">Tours</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> $30 <br/> member: free</dd></div><div '
             'class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/130a5ac6-5620-da1b-8f8c-69814804bb51?tg=90e199ea-2adc-0fd8-bfb1-a948d490b948" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/08\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-08/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/13\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2026-thursdays-2/2026-08-13/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark" tabindex="-1"><img alt="The River building at '
             'Grace Farms" class="lazy-hidden attachment-large size-large '
             'wp-post-image" data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="The River building at &lt;span '
             'class=" class="attachment-large size-large wp-post-image" '
             'height="576" notranslate"="" '
             'src="https://gracefarms.org/wp-content/uploads/2023/11/Grace-Farms-Tour-2024-1024x576.png" '
             'width="1024"/>Grace Farms" decoding="async" '
             '/&gt;</noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/15\xa0<span>|\xa0'
             'Saturday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/grace-farms-tour-2025-saturdays-2-2-2-2-2-2/2026-08-15/" '
             'rel="bookmark"><span class="notranslate">Grace Farms</span> '
             'Tour</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fgrace-farms-tour-2026-thursdays-2%2F2026-08-06" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/nature-studio-for-children/2026-08-04/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:50:06 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 400 68
2026-08-04 18:50:06 [gracefarms] ERROR: API error 400: {"event_url":["Raw Event Data with this event url already exists."]}
2026-08-04 18:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/nature-studio-for-children/2026-08-04>
{'event_url': 'https://gracefarms.org/event/nature-studio-for-children/2026-08-04',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-10011396 tribe_events type-tribe_events '
             'status-publish has-post-thumbnail hentry tribe_events_cat-nature '
             'tribe_events_cat-children-families cat_nature '
             'cat_children-families tribe-recurring-event '
             'tribe-recurring-event-parent" id="post-10011396"><div '
             'class="tribe-events-event-image"><img alt="" '
             'class="attachment-full size-full wp-post-image lazy-loaded" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'decoding="async" fetchpriority="high" height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/><noscript><img alt="" class="attachment-full '
             'size-full wp-post-image" decoding="async" fetchpriority="high" '
             'height="450" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Nature-Studio-web.jpg" '
             'width="800"/></noscript></div><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>Discover the tiny wonders of '
             'nature!</p><p>Using a digital scope and projector, look at '
             'monarch and white cabbage moth caterpillars, ladybugs, '
             'wildflowers, and other small creatures in incredible, '
             'larger-than-life detail. Children will love spotting colors, '
             'patterns, and movements not visible to the naked eye.</p><p>With '
             'friendly guidance from our Education Team, families will '
             'discover how these little creatures help keep the <span '
             'class="notranslate">Grace Farms</span> ecosystem healthy. This '
             'fun, hands-on exploration of the natural world is the perfect '
             'activity before or after walking the surrounding gardens and '
             'trails. Recommended for ages 4 – 11 with adult '
             'caregivers.</p></div><div class="tribe-events-single-section '
             'tribe-events-event-meta primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-date published '
             'dtstart" title="2026-08-04"> Tuesday, August 4 '
             '</abbr></dd></div><div class="detail-item"><dt> '
             'Time:</dt><dd><div class="tribe-events-abbr '
             'tribe-events-start-time published dtstart" '
             'title="2026-08-04"><div class="tribe-recurring-event-time">10:00 '
             'am - 12:00 pm</div></div></dd></div><dt '
             'class="tec-events-pro-series-meta-detail--label">Series:</dt><dd '
             'class="tec-events-pro-series-meta-detail--link"> <a '
             'href="https://gracefarms.org/series/nature-studio-for-children" '
             'title="Nature Studio for Children"> Nature Studio for Children '
             '</a></dd><dt class="tribe-events-event-categories-label">Event '
             'Categories:</dt><dd class="tribe-events-event-categories"><a '
             'href="https://gracefarms.org/events/category/nature" '
             'rel="tag">Nature</a><a '
             'href="https://gracefarms.org/events/category/children-families" '
             'rel="tag">Children &amp; Families</a></dd></dl></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct"><span '
             'class="notranslate">Grace Farms</span>, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-other"><div class="box"><h3 '
             'class="tribe-events-meta-group-other-title">Ticket '
             'Prices</h3><dl><div class="detail-item"><dd '
             'class="tribe-meta-value"> drop-in program; free with daily '
             'registration</dd></div><div class="detail-item"><dd '
             'class="tribe-meta-value"></dd></div></dl><div '
             'class="get-ticket"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div><div class="get-ticket '
             'get-ticket-mobile"> <a '
             'href="https://tickets.gracefarms.org/events/ae45e249-e659-015d-1349-044d2f1d3536" '
             'rel="external" target="_self"><div class="button"> Get my '
             'tickets</div> </a></div></div></div></div></div><div '
             'class="tribe-events-goodfolk"><h2 class="events-title">Related '
             'Events</h2><div class="related-events-container"><ul '
             'class="tribe-related-events tribe-clearfix"><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'decoding="async" height="563" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1000"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="563" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Materials-Studio-for-Children-web1.jpg" '
             'width="1000"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/05\xa0<span>|\xa0'
             'Wednesday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/materials-studio-for-children/2026-08-05/" '
             'rel="bookmark">Materials Studio for '
             'Children</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2024/11/Studio-Beginnings-2024-Hero-1024x576.png" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/studio-beginnings-2-2-2-2/2026-08-06/" '
             'rel="bookmark">Studio '
             'Beginnings</a></h3></div></div></li><li><div '
             'class="tribe-related-events-thumbnail"> <a class="url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark" tabindex="-1"><img alt="" class="lazy-hidden '
             'attachment-large size-large wp-post-image" '
             'data-lazy-type="image" '
             'data-src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'decoding="async" height="576" '
             'src="//gracefarms.org/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" '
             'width="1024"/><noscript><img alt="" class="attachment-large '
             'size-large wp-post-image" decoding="async" height="576" '
             'src="https://gracefarms.org/wp-content/uploads/2026/02/Summer-26-Open-Arts-Studio-1-1024x576.jpg" '
             'width="1024"/></noscript></a></div><div '
             'class="tribe-related-event-info"><div '
             'class="tribe-related-date"> 08/06\xa0<span>|\xa0'
             'Thursday</span></div><div class="tribe-related-title"><h3 '
             'class="tribe-related-events-title"><a class="tribe-event-url" '
             'href="https://gracefarms.org/event/open-arts-studio-landscape-collages/2026-08-06/" '
             'rel="bookmark">Open Arts Studio | Landscape '
             'Collages</a></h3></div></div></li></ul></div><div '
             'class="footer-text-container"><div><p><strong><span '
             'class="notranslate">Grace Farms</span></strong> is located at '
             '<strong>365 Lukes Wood Road, New Canaan, CT '
             '06840</strong>.</p><p><strong>On-site parking</strong> is not '
             'guaranteed. Guests may\xa0be directed to designated off-site '
             'parking, where shuttle service will be provided.</p><p>Tickets '
             'for <span class="notranslate">Grace Farms</span> events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             '<span class="notranslate">Grace Farms</span> does<span '
             'class="apple-converted-space">\xa0</span><strong>not '
             'authorize</strong><span class="apple-converted-space">\xa0'
             '</span>the sale or resale of tickets through any third-party '
             'websites or vendors. Tickets purchased elsewhere are<span '
             'class="apple-converted-space">\xa0</span><strong>not guaranteed '
             'to be valid</strong><span class="apple-converted-space">\xa0'
             '</span>and may be refused entry.</p><p><strong>Members</strong> '
             'enjoy discounts on programs. <a '
             'href="https://gracefarms.org/membership" rel="noopener" '
             'target="_blank">Learn more about membership</a>.<br/> '
             '<strong>Students</strong> ages 13 and older who are currently '
             'enrolled in a school or educational program are eligible for '
             'discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-04" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fnature-studio-for-children%2F2026-08-04" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:50:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://gracefarms.org/event/commons-2-pm-close/> (referer: https://gracefarms.org/events/list/) ['zyte-api']
2026-08-04 18:50:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): norwalklist.org:443
2026-08-04 18:50:25 [urllib3.connectionpool] DEBUG: https://norwalklist.org:443 "POST /api/v1/raw-events/ HTTP/1.1" 201 6376
2026-08-04 18:50:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://gracefarms.org/event/commons-2-pm-close>
{'event_url': 'https://gracefarms.org/event/commons-2-pm-close',
 'platform': 'Grace Farms',
 'platform_hash': '71a358f5de128b639c656f8f0b665c73',
 'raw_body': '<div class="post-68713 tribe_events type-tribe_events '
             'status-publish hentry" id="post-68713"><div '
             'class="tribe-events-single-event-description '
             'tribe-events-content"><p>On Thursday, August 6, the Commons will '
             'offer a limited grab-and-go menu and full coffee, tea, and '
             'beverage service until <strong data-end="643" '
             'data-is-only-node="" data-start="635">2 pm</strong>.</p><p>At 2 '
             'pm, the Commons will close in preparation for <a '
             'href="https://gracefarms.org/event/dinner-from-the-garden" '
             'rel="noopener" target="_blank"><strong>Dinner from the '
             'Garden</strong></a>.</p></div><div '
             'class="tribe-events-single-section tribe-events-event-meta '
             'primary tribe-clearfix"><h3 '
             'class="tribe-events-single-section-title"> Details</h3><div '
             'class="tribe-events-event-meta-container"><div '
             'class="tribe-events-meta-group '
             'tribe-events-meta-group-details"><dl><div '
             'class="detail-item"><dt> Date:</dt><dd> <abbr '
             'class="tribe-events-abbr tribe-events-start-datetime published '
             'dtstart" title="2026-08-06"> Thursday, August 6 '
             '</abbr></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-venue"><dl><div '
             'class="detail-item"><dt>Location:</dt></div><div '
             'class="detail-item"><dd class="tribe-venue"> <a '
             'href="https://gracefarms.org/venue/grace-farms-ct">Grace Farms, '
             'CT</a></dd></div></dl></div><div class="tribe-events-meta-group '
             'tribe-events-meta-group-gmap"></div></div></div><div '
             'class="tribe-events-goodfolk"><div '
             'class="footer-text-container"><div><p><strong>Grace '
             'Farms</strong> is located at <strong>365 Lukes Wood Road, New '
             'Canaan, CT 06840</strong>.</p><p><strong>On-site '
             'parking</strong> is not guaranteed. Guests may\xa0be directed to '
             'designated off-site parking, where shuttle service will be '
             'provided.</p><p>Tickets for Grace Farms events are '
             'available<span class="apple-converted-space">\xa0'
             '</span><strong>exclusively through gracefarms.org</strong>. '
             'Grace Farms does<span class="apple-converted-space">\xa0'
             '</span><strong>not authorize</strong><span '
             'class="apple-converted-space">\xa0</span>the sale or resale of '
             'tickets through any third-party websites or vendors. Tickets '
             'purchased elsewhere are<span class="apple-converted-space">\xa0'
             '</span><strong>not guaranteed to be valid</strong><span '
             'class="apple-converted-space">\xa0</span>and may be refused '
             'entry.</p><p><strong>Members</strong> enjoy discounts on '
             'programs. <a href="https://gracefarms.org/membership" '
             'rel="noopener" target="_blank">Learn more about '
             'membership</a>.<br/> <strong>Students</strong> ages 13 and older '
             'who are currently enrolled in a school or educational program '
             'are eligible for discounted tickets to select events.<br/> '
             '<strong>Children</strong>\xa012 and under may qualify for '
             'special child pricing when available.</p></div></div><div '
             'class="share-links-container"><h5>Share this event</h5><div '
             'class="share-links-buttons"> <a '
             'href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcommons-2-pm-close" '
             'target="_blank"> <svg fill="none" height="31" viewbox="0 0 32 '
             '31" width="32" xmlns="http://www.w3.org/2000/svg"> <path d="M16 '
             '29.2583C14.1615 29.2583 12.341 28.8962 10.6424 28.1926C8.94387 '
             '27.489 7.40053 26.4578 6.1005 25.1578C4.80048 23.8578 3.76925 '
             '22.3144 3.06569 20.6159C2.36212 18.9173 2 17.0968 2 15.2583C2 '
             '13.4198 2.36212 11.5993 3.06569 9.90073C3.76925 8.20217 4.80048 '
             '6.65883 6.1005 5.35881C7.40053 4.05879 8.94387 3.02755 10.6424 '
             '2.32399C12.341 1.62042 14.1615 1.2583 16 1.2583C19.713 1.2583 '
             '23.274 2.7333 25.8995 5.35881C28.525 7.98432 30 11.5453 30 '
             '15.2583C30 18.9713 28.525 22.5323 25.8995 25.1578C23.274 27.7833 '
             '19.713 29.2583 16 29.2583ZM16 29.2583V13.2583C16 12.1974 16.4214 '
             '11.18 17.1716 10.4299C17.9217 9.67973 18.9391 9.2583 20 '
             '9.2583H21M11 17.2583H21" stroke="#96887E" '
             'stroke-width="2.5"></path> </svg> </a> <a '
             'href="https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fgracefarms.org%2Fevent%2Fcommons-2-pm-close" '
             'target="_blank"> <svg fill="none" height="29" viewbox="0 0 30 '
             '29" width="30" xmlns="http://www.w3.org/2000/svg"> <rect '
             'height="25.8" rx="2.9" stroke="#96887E" stroke-width="2.2" '
             'width="26.837" x="1.1" y="1.3583"></rect> <path d="M6.5 '
             '12.1812C6.5 11.8939 6.61414 11.6184 6.8173 11.4152C7.02047 '
             '11.212 7.29602 11.0979 7.58333 11.0979C7.87065 11.0979 8.1462 '
             '11.212 8.34937 11.4152C8.55253 11.6184 8.66667 11.8939 8.66667 '
             '12.1812V22.4729C8.66667 22.7602 8.55253 23.0358 8.34937 '
             '23.2389C8.1462 23.4421 7.87065 23.5562 7.58333 23.5562C7.29601 '
             '23.5562 7.02046 23.4421 6.8173 23.2389C6.61414 23.0358 6.5 '
             '22.7602 6.5 22.4729V12.1812Z" fill="#96887E" '
             'stroke="#96887E"></path> <path d="M8.66667 5.84163C8.66667 '
             '6.43994 8.18164 6.92497 7.58333 6.92497C6.98502 6.92497 6.5 '
             '6.43994 6.5 5.84163C6.5 5.24333 6.98502 4.7583 7.58333 '
             '4.7583C8.18164 4.7583 8.66667 5.24333 8.66667 5.84163Z" '
             'fill="#96887E" stroke="#96887E"></path> <path d="M23.303 '
             '16.3313V16.3328V22.4761C23.303 22.7635 23.1888 23.039 22.9857 '
             '23.2422C22.7825 23.4453 22.507 23.5595 22.2196 23.5595C21.9323 '
             '23.5595 21.6568 23.4453 21.4536 23.2422C21.2504 23.039 21.1363 '
             '22.7635 21.1363 22.4761V16.3328C21.1363 15.522 20.8142 14.7444 '
             '20.2409 14.1711C19.6676 13.5978 18.89 13.2757 18.0792 '
             '13.2757C17.2684 13.2757 16.4908 13.5978 15.9175 14.1711C15.3442 '
             '14.7444 15.0221 15.522 15.0221 16.3328V22.4761C15.0221 22.7635 '
             '14.908 23.039 14.7048 23.2422C14.5017 23.4453 14.2261 23.5595 '
             '13.9388 23.5595C13.6515 23.5595 13.3759 23.4453 13.1728 '
             '23.2422C12.9696 23.039 12.8555 22.7635 12.8555 '
             '22.4761V12.1887C12.8609 11.902 12.9772 11.6285 13.18 '
             '11.4257C13.3837 11.222 13.6586 11.1056 13.9466 11.1011L13.9466 '
             '11.1011L13.9525 11.101C14.1306 11.0961 14.3067 11.1394 14.4621 '
             '11.2264C14.6176 11.3134 14.7467 11.4408 14.8357 11.5951L15.0837 '
             '12.0252L15.5155 11.7802C16.3099 11.3295 17.2087 11.0953 18.1221 '
             '11.1011C19.0354 11.107 19.9311 11.3526 20.7197 11.8134C21.5082 '
             '12.2743 22.1619 12.9342 22.6153 13.727C23.0686 14.5199 23.3058 '
             '15.4179 23.303 16.3313Z" fill="#96887E" stroke="#96887E"></path> '
             '</svg> </a></div></div></div></div>'}
2026-08-04 18:50:25 [scrapy.core.engine] INFO: Closing spider (finished)
2026-08-04 18:50:25 [scrapy.extensions.feedexport] INFO: Stored csv feed (501 items) in: output/2026/08/04/gracefarms.csv
2026-08-04 18:50:25 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 395124,
 'downloader/request_count': 511,
 'downloader/request_method_count/GET': 511,
 'downloader/response_bytes': 74926328,
 'downloader/response_count': 511,
 'downloader/response_status_count/200': 511,
 'dupefilter/filtered': 56,
 'elapsed_time_seconds': 566.706443,
 'feedexport/success_count/FileFeedStorage': 1,
 'finish_reason': 'finished',
 'finish_time': datetime.datetime(2026, 8, 4, 16, 50, 25, 525864, tzinfo=datetime.timezone.utc),
 'item_scraped_count': 501,
 'items_per_minute': 53.109540636042404,
 'log_count/DEBUG': 2526,
 'log_count/ERROR': 415,
 'log_count/INFO': 12,
 'log_count/WARNING': 35386,
 'memusage/max': 181817344,
 'memusage/startup': 99868672,
 'request_depth_max': 10,
 'response_received_count': 511,
 'responses_per_minute': 54.169611307420496,
 'scheduler/dequeued': 511,
 'scheduler/dequeued/memory': 511,
 'scheduler/enqueued': 511,
 'scheduler/enqueued/memory': 511,
 'scrapy-zyte-api/429': 0,
 'scrapy-zyte-api/attempts': 511,
 'scrapy-zyte-api/error_ratio': 0.0,
 'scrapy-zyte-api/errors': 0,
 'scrapy-zyte-api/fatal_errors': 0,
 'scrapy-zyte-api/mean_connection_seconds': 11.207284707634363,
 'scrapy-zyte-api/mean_response_seconds': 11.395462080785263,
 'scrapy-zyte-api/processed': 511,
 'scrapy-zyte-api/request_args/browserHtml': 511,
 'scrapy-zyte-api/request_args/requestHeaders': 511,
 'scrapy-zyte-api/request_args/url': 511,
 'scrapy-zyte-api/status_codes/200': 511,
 'scrapy-zyte-api/success': 511,
 'scrapy-zyte-api/success_ratio': 1.0,
 'scrapy-zyte-api/throttle_ratio': 0.0,
 'start_time': datetime.datetime(2026, 8, 4, 16, 40, 58, 819421, tzinfo=datetime.timezone.utc)}
2026-08-04 18:50:25 [scrapy.core.engine] INFO: Spider closed (finished)

PROJECT (event_scrapers), SPIDER (gracefarms)